Skip to content

Commit f00478d

Browse files
committed
Format file...
1 parent c04bd64 commit f00478d

File tree

1 file changed

+4
-4
lines changed
  • features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/event

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ fun TimelineItemVideoView(
7676
) {
7777
val containerModifier = if (content.showCaption) {
7878
Modifier
79-
.padding(top = 6.dp)
80-
.clip(RoundedCornerShape(6.dp))
79+
.padding(top = 6.dp)
80+
.clip(RoundedCornerShape(6.dp))
8181
} else {
8282
Modifier
8383
}
@@ -93,8 +93,8 @@ fun TimelineItemVideoView(
9393
var isLoaded by remember { mutableStateOf(false) }
9494
AsyncImage(
9595
modifier = Modifier
96-
.fillMaxWidth()
97-
.then(if (isLoaded) Modifier.background(Color.White) else Modifier),
96+
.fillMaxWidth()
97+
.then(if (isLoaded) Modifier.background(Color.White) else Modifier),
9898
model = MediaRequestData(
9999
source = content.thumbnailSource,
100100
kind = MediaRequestData.Kind.File(

0 commit comments

Comments
 (0)