fix(splash): use raster launcher icon to avoid adaptive-icon crash

This commit is contained in:
xfy 2026-06-16 13:25:19 +08:00
parent be46d4b512
commit fd8e1fc1cb

View File

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