This commit is contained in:
Feodor Fitsner 2025-03-03 13:59:29 -08:00
parent a3e067776e
commit 2111cdc35f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ void main(List<String> args) async {
text: snapshot.error.toString()));
} else {
// loading
return const MaterialApp(home: {% if splash_screen "BlankScreen()" else "SplashScreen()" %});
return const MaterialApp(home: {% if splash_screen %}BlankScreen(){% else %}SplashScreen(){% endif %});
}
}));
}