[home] Fix dirty bottom row of home screen

Fixes #645.
This commit is contained in:
Jean-Baptiste Boric
2018-09-15 23:48:29 +02:00
committed by EmilieNumworks
parent a3763b9a3a
commit da755cafe5
2 changed files with 16 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ private:
ContentView(Controller * controller, SelectableTableViewDataSource * selectionDataSource);
SelectableTableView * selectableTableView();
void drawRect(KDContext * ctx, KDRect rect) const override;
void reloadBottomRightCorner(SimpleTableViewDataSource * dataSource);
void reloadBottomRow(SimpleTableViewDataSource * dataSource, int numberOfIcons, int numberOfColumns);
private:
int numberOfSubviews() const override;
View * subviewAtIndex(int index) override;