We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf1edf commit 4084278Copy full SHA for 4084278
app/src/main/java/app/grapheneos/camera/ui/composable/screen/ui/VideoPlayerScreen.kt
@@ -134,7 +134,7 @@ fun VideoPlayerScreen(
134
factory = { context ->
135
PlayerView(context).apply {
136
player = exoPlayer
137
- controllerShowTimeoutMs = 2000
+ controllerShowTimeoutMs = 1200
138
}
139
140
)
0 commit comments