Merge pull request #15 from Iconica-Development/bugfix/fix_navigator

fix: add return after routing
This commit is contained in:
Gorter-dev 2024-04-04 11:37:50 +02:00 committed by GitHub
commit 995e6cf986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,7 @@ Widget _splashScreen(
builder: (context) => _home(configuration, context),
),
);
return;
}
await navigator.pushReplacement(
MaterialPageRoute(