mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/probability] Fix bug: do not reload data when toolbox is dismissed
Change-Id: I5b61334966317b0fd3ad93925674ed9e5469c41b
This commit is contained in:
@@ -242,9 +242,10 @@ bool CalculationController::textFieldDidReceiveEvent(::TextField * textField, Io
|
||||
return TextFieldDelegate::textFieldDidReceiveEvent(textField, event);
|
||||
}
|
||||
|
||||
void CalculationController::didEnterResponderChain(Responder * previousFirstResponder) {
|
||||
void CalculationController::viewWillAppear() {
|
||||
reload();
|
||||
}
|
||||
|
||||
void CalculationController::didBecomeFirstResponder() {
|
||||
App::Snapshot * snapshot = (App::Snapshot *)app()->snapshot();
|
||||
snapshot->setActivePage(App::Snapshot::Page::Calculations);
|
||||
|
||||
Reference in New Issue
Block a user