splash screen fix
This commit is contained in:
parent
7a2593468e
commit
3efa6f9df1
14 changed files with 282 additions and 273 deletions
|
|
@ -118,11 +118,11 @@ class MyTheme {
|
|||
AssetImage loadingImage() {
|
||||
if (mode == "Dark") {
|
||||
loading = const AssetImage(
|
||||
'images/loading_dark.gif',
|
||||
'images/loading_light.gif',
|
||||
);
|
||||
} else {
|
||||
loading = const AssetImage(
|
||||
'images/loading_light.gif',
|
||||
'images/loading_dark.gif',
|
||||
);
|
||||
}
|
||||
return loading;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue