fix(collection): правки по коллекциям
This commit is contained in:
@@ -51,8 +51,8 @@ class _SplashScreenState extends State<SplashScreen> {
|
||||
safeSetState(() => _launchLogo = !_launchLogo);
|
||||
});
|
||||
|
||||
// Future<void>.delayed(const Duration(seconds: 4), _navigate);
|
||||
Future<void>.delayed(const Duration(seconds: 1), _navigate);
|
||||
Future<void>.delayed(const Duration(seconds: 4), _navigate);
|
||||
// Future<void>.delayed(const Duration(seconds: 1), _navigate);
|
||||
});
|
||||
|
||||
super.initState();
|
||||
|
||||
Reference in New Issue
Block a user