fix: add return after routing

This commit is contained in:
mike doornenbal 2024-04-02 11:12:06 +02:00
parent c9bc617ed0
commit b2347c5ccd

View file

@ -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(