[apps] Draw empty cells if no data in StoreController

This commit is contained in:
Léa Saviot
2018-05-21 16:40:57 +02:00
parent 9fe7cd2a46
commit f775af59de
2 changed files with 29 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ namespace Shared {
class StoreController : public EditableCellTableViewController, public ButtonRowDelegate {
public:
StoreController(Responder * parentResponder, FloatPairStore * store, ButtonRowController * header);
bool textFieldDidFinishEditing(TextField * textField, const char * text, Ion::Events::Event event) override;
const char * title() override;
int numberOfColumns() override;
KDCoordinate columnWidth(int i) override;