Expenses - Currency changes to US Dollar #488
This commit is contained in:
parent
82c1e6f58d
commit
772b1bd67a
|
|
@ -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>(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue