Change CompoundIcons.VoiceCall to CompoundIcons.VoiceCallSolid
This commit is contained in:
parent
3ed208a6ea
commit
420b6135d2
3 changed files with 3 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ private fun NotificationSettingsContentView(
|
|||
if (!state.fullScreenIntentPermissionsState.permissionGranted) {
|
||||
PreferenceCategory {
|
||||
PreferenceText(
|
||||
icon = CompoundIcons.VoiceCall(),
|
||||
icon = CompoundIcons.VoiceCallSolid(),
|
||||
title = stringResource(id = R.string.full_screen_intent_banner_title),
|
||||
subtitle = stringResource(R.string.full_screen_intent_banner_message),
|
||||
onClick = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue