mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 11:39:58 +02:00
[apps/settings] Correct bug: deselect table when disappearing
Change-Id: I7e14052b74ab9145afcdfd36532817f6759c5e6d
This commit is contained in:
@@ -109,6 +109,10 @@ void SubController::viewWillAppear() {
|
||||
m_selectableTableView.reloadData();
|
||||
}
|
||||
|
||||
void SubController::viewWillDisappear() {
|
||||
m_selectableTableView.deselectTable();
|
||||
}
|
||||
|
||||
StackViewController * SubController::stackController() const {
|
||||
return (StackViewController *)parentResponder();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user