- Remove call notification toggle
This commit is contained in:
parent
a1a9b57df7
commit
7b8a73096c
1 changed files with 10 additions and 10 deletions
|
|
@ -154,16 +154,16 @@ private fun NotificationSettingsContentView(
|
||||||
onCheckedChange = onMentionNotificationsChanged
|
onCheckedChange = onMentionNotificationsChanged
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
// We are removing the call notification toggle until call support has been added
|
||||||
PreferenceCategory(title = stringResource(id = CommonStrings.screen_notification_settings_additional_settings_section_title)) {
|
// PreferenceCategory(title = stringResource(id = CommonStrings.screen_notification_settings_additional_settings_section_title)) {
|
||||||
PreferenceSwitch(
|
// PreferenceSwitch(
|
||||||
modifier = Modifier,
|
// modifier = Modifier,
|
||||||
title = stringResource(id = CommonStrings.screen_notification_settings_calls_label),
|
// title = stringResource(id = CommonStrings.screen_notification_settings_calls_label),
|
||||||
isChecked = matrixSettings.callNotificationsEnabled,
|
// isChecked = matrixSettings.callNotificationsEnabled,
|
||||||
switchAlignment = Alignment.Top,
|
// switchAlignment = Alignment.Top,
|
||||||
onCheckedChange = onCallsNotificationsChanged
|
// onCheckedChange = onCallsNotificationsChanged
|
||||||
)
|
// )
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue