mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Sequence: do not change selection when becoming first responder
but when appearing
This commit is contained in:
committed by
EmilieNumworks
parent
2452e3c2c1
commit
bf9d9728e8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user