splash screen fix
This commit is contained in:
@@ -71,7 +71,7 @@ class MyApp extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _MyAppState extends State<MyApp> {
|
||||
bool _showSplash = false;
|
||||
bool _showSplash = true;
|
||||
|
||||
void _onSplashComplete() {
|
||||
setState(() {
|
||||
|
||||
Reference in New Issue
Block a user