Skip to content

Commit 671f740

Browse files
committed
Reduce controllerShowTimeoutMs of VideoPlayer
1 parent 2b4b1a0 commit 671f740

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)