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/viewer/MediaViewerStateProvider.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ open class MediaViewerStateProvider : PreviewParameterProvider<MediaViewerState>
41
41
)
42
42
},
43
43
aVideoMediaInfo(
44
-
senderName ="Sally Sanderson",
45
-
dateSent ="21 NOV, 2024",
44
+
senderName ="A very long name so that it will be truncated and will not be displayed on multiple lines",
45
+
dateSent ="A very very long date that will be truncated and will not be displayed on multiple lines",
Copy file name to clipboardExpand all lines: libraries/mediaviewer/impl/src/main/kotlin/io/element/android/libraries/mediaviewer/impl/viewer/MediaViewerView.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -336,11 +336,15 @@ private fun MediaViewerTopBar(
0 commit comments