diff --git a/lib/redux/app/app_actions.dart b/lib/redux/app/app_actions.dart index 1e8b45eed..10695fc40 100644 --- a/lib/redux/app/app_actions.dart +++ b/lib/redux/app/app_actions.dart @@ -1550,8 +1550,6 @@ void checkForChanges({ final context = navigatorKey.currentContext; if (force) { - store.dispatch(DiscardChanges()); - store.dispatch(ResetSettings()); callback(); } else if (store.state.hasChanges() && !isMobile(context)) { showDialog(