Skip to content

Commit 95d059c

Browse files
committed
Reduce controllerShowTimeoutMs of VideoPlayer
1 parent 72d13b6 commit 95d059c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/app/grapheneos/camera/ui/composable/screen/ui/VideoPlayerScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fun VideoPlayerScreen(
134134
factory = { context ->
135135
PlayerView(context).apply {
136136
player = exoPlayer
137-
controllerShowTimeoutMs = 2000
137+
controllerShowTimeoutMs = 1200
138138
}
139139
}
140140
)

0 commit comments

Comments
 (0)