[apps/calculation][apps/shared]

AbstractScrollableExactApproximateExpressionsView children classes
reload scroll after reloading the subview selection when entering the
responder chain and when cell becomes first responder. We don't reload
scroll when setting content of cells as this is done every time we
relayout - when scrolling in the table for instance.
This commit is contained in:
Émilie Feral
2020-01-21 10:29:46 +01:00
committed by Léa Saviot
parent ef5681ec0b
commit 87e4836196
9 changed files with 28 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ public:
const char * title() override;
View * view() override;
void viewWillAppear() override;
void didEnterResponderChain(Responder * previousFirstResponder) override;
/* AlternateEmptyViewDefaultDelegate */
bool isEmpty() const override;
virtual I18n::Message emptyMessage() override;