[apps] Sequence: do not change selection when becoming first responder

but when appearing
This commit is contained in:
Émilie Feral
2017-12-22 14:02:31 +01:00
committed by EmilieNumworks
parent 2452e3c2c1
commit bf9d9728e8
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ public:
bool handleEvent(Ion::Events::Event event) override;
virtual void setFunction(Function * function);
void didBecomeFirstResponder() override;
void viewWillAppear() override;
int numberOfRows() override;
KDCoordinate cellHeight() override;
HighlightCell * reusableCell(int index) override;