fix(splash): use dedicated raster icon asset for splash screen

This commit is contained in:
xfy 2026-06-16 13:32:00 +08:00
parent fd8e1fc1cb
commit 85bfba241c
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class SplashActivity : BaseActivity() {
setContent { setContent {
YaYaTheme { YaYaTheme {
SplashScreen( SplashScreen(
iconPainter = painterResource(R.mipmap.ic_launcher_round), iconPainter = painterResource(R.drawable.ic_splash_icon),
) )
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB