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