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:
Benoit Marty 2023-11-14 11:12:35 +01:00
parent 0cebb0423f
commit fff806f270
32 changed files with 245 additions and 229 deletions

View file

@ -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,
)