mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared] ValuesController: fix viewWillAppear, reset memoization
before reloading data
This commit is contained in:
committed by
LeaNumworks
parent
5928a6fd80
commit
abfda7dbce
@@ -50,9 +50,10 @@ const char * ValuesController::title() {
|
||||
}
|
||||
|
||||
void ValuesController::viewWillAppear() {
|
||||
// Reset memoization before any call to willDisplayCellAtLocation
|
||||
resetMemoization();
|
||||
EditableCellTableViewController::viewWillAppear();
|
||||
header()->setSelectedButton(-1);
|
||||
resetMemoization();
|
||||
}
|
||||
|
||||
void ValuesController::viewDidDisappear() {
|
||||
|
||||
Reference in New Issue
Block a user