Skip to content

Commit 13c3bf0

Browse files
authored
Merge pull request #1942 from airqo-platform/splash-screen-fix-android-12
Fix the Circular Spash Screen Error on Android 12 and above
2 parents f9325e4 + 4aaef1b commit 13c3bf0

File tree

21 files changed

+8
-1
lines changed

21 files changed

+8
-1
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
54.8 KB
Loading

mobile/flutter_native_splash.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
flutter_native_splash:
2+
color: "#ffffff"
3+
image: assets/images/android_final.png
4+
5+
android_12:
6+
image: assets/images/android_final.png
7+
color: "#ffffff"
Loading
Loading
Loading

mobile/ios/Runner/Base.lproj/LaunchScreen.storyboard

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</scene>
3939
</scenes>
4040
<resources>
41-
<image name="LaunchImage" width="466" height="320"/>
41+
<image name="LaunchImage" width="1152" height="1152"/>
4242
<image name="LaunchBackground" width="1" height="1"/>
4343
</resources>
4444
</document>

0 commit comments

Comments
 (0)