fix: use correct server flag icons
This commit is contained in:
parent
b3e4a1551e
commit
5aaa32ebf8
|
|
@ -521,7 +521,7 @@ fun ChannelSideDrawer(
|
|||
if (server?.flags has ServerFlags.Official) {
|
||||
Icon(
|
||||
painter = painterResource(
|
||||
id = R.drawable.ic_revolt_decagram_24dp
|
||||
id = R.drawable.icn_workspace_premium_24dp__fill
|
||||
),
|
||||
contentDescription = stringResource(
|
||||
R.string.server_flag_official
|
||||
|
|
@ -534,7 +534,7 @@ fun ChannelSideDrawer(
|
|||
if (server?.flags has ServerFlags.Verified) {
|
||||
Icon(
|
||||
painter = painterResource(
|
||||
id = R.drawable.ic_check_decagram_24dp
|
||||
id = R.drawable.icn_verified_24dp__fill
|
||||
),
|
||||
contentDescription = stringResource(
|
||||
R.string.server_flag_verified
|
||||
|
|
|
|||
Loading…
Reference in New Issue