You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event/TimelineItemLegacyCallInviteView.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ fun TimelineItemLegacyCallInviteView(
Copy file name to clipboardExpand all lines: features/preferences/impl/src/main/kotlin/io/element/android/features/preferences/impl/notifications/NotificationSettingsView.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ private fun NotificationSettingsContentView(
132
132
if (!state.fullScreenIntentPermissionsState.permissionGranted) {
133
133
PreferenceCategory {
134
134
PreferenceText(
135
-
icon =CompoundIcons.VoiceCall(),
135
+
icon =CompoundIcons.VoiceCallSolid(),
136
136
title = stringResource(id =R.string.full_screen_intent_banner_title),
0 commit comments