Фикс кривой иконки на экране групп
All checks were successful
Android Kernel Build / build (push) Successful in 16h10m37s
All checks were successful
Android Kernel Build / build (push) Successful in 16h10m37s
This commit is contained in:
@@ -611,9 +611,10 @@ fun GroupSetupScreen(
|
|||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
Icon(
|
Icon(
|
||||||
painter = TelegramIcons.AddPhoto,
|
painter = TelegramIcons.Photos,
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
tint = accentColor
|
tint = accentColor,
|
||||||
|
modifier = Modifier.size(24.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user