mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-18 18:13:45 +02:00
Merge pull request #15 from Iconica-Development/bugfix/fix_navigator
fix: add return after routing
This commit is contained in:
commit
995e6cf986
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ Widget _splashScreen(
|
||||||
builder: (context) => _home(configuration, context),
|
builder: (context) => _home(configuration, context),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
await navigator.pushReplacement(
|
await navigator.pushReplacement(
|
||||||
MaterialPageRoute(
|
MaterialPageRoute(
|
||||||
|
|
Loading…
Reference in a new issue