fix(splash): use raster launcher icon to avoid adaptive-icon crash
This commit is contained in:
parent
be46d4b512
commit
fd8e1fc1cb
@ -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),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user