Skip to content

Commit f301f65

Browse files
committed
Reduce controllerShowTimeoutMs of VideoPlayer
1 parent 2aaa195 commit f301f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)