Localazy: move screen_notification_settings_ strings to the :features:preferences:impl module.
Need to also import `screen_notification_settings_edit_failed_updating_default_mode` to the module `:features:roomdetails:impl`.
This commit is contained in:
parent
0cebb0423f
commit
fff806f270
32 changed files with 245 additions and 229 deletions
|
|
@ -200,14 +200,14 @@ private fun NotificationIcon(room: RoomListRoomSummary) {
|
|||
RoomNotificationMode.MENTIONS_AND_KEYWORDS_ONLY ->
|
||||
Icon(
|
||||
modifier = Modifier.size(16.dp),
|
||||
contentDescription = stringResource(CommonStrings.screen_notification_settings_mode_mentions),
|
||||
contentDescription = null,
|
||||
imageVector = ImageVector.vectorResource(CommonDrawables.ic_compound_mention),
|
||||
tint = tint,
|
||||
)
|
||||
RoomNotificationMode.MUTE ->
|
||||
Icon(
|
||||
modifier = Modifier.size(16.dp),
|
||||
contentDescription = stringResource(CommonStrings.common_mute),
|
||||
contentDescription = null,
|
||||
imageVector = ImageVector.vectorResource(CommonDrawables.ic_compound_notifications_solid_off),
|
||||
tint = tint,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue