Resolves #401 Fix login restart and several login views opened
This commit is contained in:
@ -59,7 +59,7 @@ class StartupUserMessagesManager {
|
||||
onPositive: () {
|
||||
SharedPreferences.getInstance().then((prefs) {
|
||||
prefs.setBool(_supportAppDevelopmentMessageKey, true);
|
||||
eventBus.fire(ShowPageEvent("/configuration"));
|
||||
eventBus.fire(ShowPageEvent(path: "/configuration"));
|
||||
});
|
||||
},
|
||||
onNegative: () {
|
||||
|
Reference in New Issue
Block a user