Video Upload
This commit is contained in:
@@ -33,6 +33,7 @@ class _SplashState extends ConsumerState<SplashScreen>
|
||||
if (!mounted) return;
|
||||
await Future.delayed(
|
||||
const Duration(milliseconds: 300)); // kleines Fade-Finish
|
||||
if (!mounted) return;
|
||||
context.go(authed ? '/igel' : '/login');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user