mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-25 22:39:22 +00:00
Fix issue when user decide to sign out
This commit is contained in:
parent
4c1e33a264
commit
0bb9be9a72
@ -63,8 +63,8 @@ class _InitializeWidgetState extends SafeState<InitializeWidget> {
|
||||
print(stack);
|
||||
|
||||
// Pop until we reach main route
|
||||
Navigator.of(context)
|
||||
.popUntil((settings) => ModalRoute.of(context).isCurrent);
|
||||
Navigator.of(context).popUntil((settings) =>
|
||||
ModalRoute.of(context).isCurrent || !ModalRoute.of(context).isActive);
|
||||
|
||||
setState(() {
|
||||
_error = true;
|
||||
|
Loading…
Reference in New Issue
Block a user