Fix logo not found.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-05 20:10:55 +02:00
parent 9385deeb24
commit 0c80e05f5c

View File

@@ -43,7 +43,7 @@ fun AboutView() {
.height(80.dp)
.padding(end = 10.dp)
.align(Top),
painter = painterResource(R.drawable.app_logo),
painter = painterResource(R.mipmap.ic_launcher),
contentDescription = null,
contentScale = ContentScale.Fit
)