Skip to content

Commit 84c26cb

Browse files
committed
Bug fix
1 parent ceff869 commit 84c26cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/splash_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class _SplashState extends State<Splash> {
1717
void initState() {
1818
super.initState();
1919
Timer(
20-
Duration(seconds: 2),
20+
Duration(seconds: 1),
2121
() => Navigator.push(
2222
context, MaterialPageRoute(builder: (_) => HomeScreen())));
2323
}

0 commit comments

Comments
 (0)