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: libraries/mediaviewer/impl/src/main/kotlin/io/element/android/libraries/mediaviewer/impl/local/player/MediaPlayerControllerView.kt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -181,20 +181,26 @@ fun MediaPlayerControllerView(
181
181
style =ElementTheme.typography.fontBodyXsMedium,
182
182
)
183
183
if (state.canMute) {
184
+
val a11yUnmute = stringResource(CommonStrings.common_unmute)
185
+
val a11yMute = stringResource(CommonStrings.common_mute)
0 commit comments