Expenses - Currency changes to US Dollar #488

This commit is contained in:
Hillel Coren 2022-09-01 21:10:09 +03:00
parent 82c1e6f58d
commit 772b1bd67a
1 changed files with 0 additions and 2 deletions

View File

@ -1550,8 +1550,6 @@ void checkForChanges({
final context = navigatorKey.currentContext; final context = navigatorKey.currentContext;
if (force) { if (force) {
store.dispatch(DiscardChanges());
store.dispatch(ResetSettings());
callback(); callback();
} else if (store.state.hasChanges() && !isMobile(context)) { } else if (store.state.hasChanges() && !isMobile(context)) {
showDialog<MessageDialog>( showDialog<MessageDialog>(