[apps/settings] Fix #151

This commit is contained in:
M4x1m3
2021-03-02 16:16:23 +01:00
parent 9f380bf424
commit b08f793776
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ bool MathOptionsController::handleEvent(Ion::Events::Event event) {
subController = &m_preferencesController;
subController->setMessageTreeModel(m_messageTreeModel->childAtIndex(selectedRow()));
StackViewController * stack = stackController();
m_lastSelect = selectedRow();
stack->push(subController);
return true;
}