Format file...
This commit is contained in:
parent
c04bd64ca4
commit
f00478d9f3
1 changed files with 4 additions and 4 deletions
|
|
@ -76,8 +76,8 @@ fun TimelineItemVideoView(
|
|||
) {
|
||||
val containerModifier = if (content.showCaption) {
|
||||
Modifier
|
||||
.padding(top = 6.dp)
|
||||
.clip(RoundedCornerShape(6.dp))
|
||||
.padding(top = 6.dp)
|
||||
.clip(RoundedCornerShape(6.dp))
|
||||
} else {
|
||||
Modifier
|
||||
}
|
||||
|
|
@ -93,8 +93,8 @@ fun TimelineItemVideoView(
|
|||
var isLoaded by remember { mutableStateOf(false) }
|
||||
AsyncImage(
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.then(if (isLoaded) Modifier.background(Color.White) else Modifier),
|
||||
.fillMaxWidth()
|
||||
.then(if (isLoaded) Modifier.background(Color.White) else Modifier),
|
||||
model = MediaRequestData(
|
||||
source = content.thumbnailSource,
|
||||
kind = MediaRequestData.Kind.File(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue