mobile/divelist: don't set currentIndex on undo of dive deletion

The core sets the current dive when undoing something.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-12-21 20:21:56 +01:00 committed by Dirk Hohndel
parent d55ea8f875
commit dd8d8edc45
3 changed files with 3 additions and 5 deletions

View file

@ -1398,11 +1398,10 @@ void QMLManager::saveChangesCloud(bool forceRemoteSync)
git_local_only = glo;
}
bool QMLManager::undoDelete(int)
void QMLManager::undoDelete(int)
{
undoAction->activate(QAction::Trigger);
changesNeedSaving();
return true;
}
void QMLManager::selectDive(int id)