Skip to content

Commit 420b613

Browse files
committed
Change CompoundIcons.VoiceCall to CompoundIcons.VoiceCallSolid
1 parent 3ed208a commit 420b613

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/call/impl/src/main/kotlin/io/element/android/features/call/impl/ui/IncomingCallScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ internal fun IncomingCallScreen(
100100
ActionButton(
101101
size = 64.dp,
102102
onClick = { onAnswer(notificationData) },
103-
icon = CompoundIcons.VoiceCall(),
103+
icon = CompoundIcons.VoiceCallSolid(),
104104
title = stringResource(CommonStrings.action_accept),
105105
backgroundColor = ElementTheme.colors.iconSuccessPrimary,
106106
borderColor = ElementTheme.colors.borderSuccessSubtle

features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event/TimelineItemLegacyCallInviteView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun TimelineItemLegacyCallInviteView(
3131
modifier = modifier,
3232
) {
3333
Icon(
34-
imageVector = CompoundIcons.VoiceCall(),
34+
imageVector = CompoundIcons.VoiceCallSolid(),
3535
contentDescription = null,
3636
tint = ElementTheme.colors.iconSecondary,
3737
)

features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/notifications/NotificationSettingsView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private fun NotificationSettingsContentView(
132132
if (!state.fullScreenIntentPermissionsState.permissionGranted) {
133133
PreferenceCategory {
134134
PreferenceText(
135-
icon = CompoundIcons.VoiceCall(),
135+
icon = CompoundIcons.VoiceCallSolid(),
136136
title = stringResource(id = R.string.full_screen_intent_banner_title),
137137
subtitle = stringResource(R.string.full_screen_intent_banner_message),
138138
onClick = {

0 commit comments

Comments
 (0)