[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

@@ -41,6 +41,7 @@ bool AboutController::handleEvent(Ion::Events::Event event) {
GenericSubController * subController = &m_contributorsController;
subController->setMessageTreeModel(m_messageTreeModel->childAtIndex(selectedRow()+(!hasUsernameCell())));
StackViewController * stack = stackController();
m_lastSelect = selectedRow();
stack->push(subController);
return true;
}