Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -109,7 +109,7 @@ class _SplashPageState extends State<SplashPage> { | ... | @@ -109,7 +109,7 @@ class _SplashPageState extends State<SplashPage> { |
109 | fit: BoxFit.cover, | 109 | fit: BoxFit.cover, |
110 | width: double.infinity, | 110 | width: double.infinity, |
111 | height: double.infinity, | 111 | height: double.infinity, |
112 | - format: ImageFormat.webp, | 112 | + format: ImageFormat.png, |
113 | ); | 113 | ); |
114 | }, | 114 | }, |
115 | onTap: (index) { | 115 | onTap: (index) { | ... | ... |
-
Please register or login to post a comment