mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Fix skip buttons not timing out
This commit is contained in:
parent
86d63f8b95
commit
9f3d83e831
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ fun PlaybackPage(
|
|||
LaunchedEffect(Unit) {
|
||||
focusRequester.tryRequestFocus()
|
||||
delay(10.seconds)
|
||||
segmentCancelled = false
|
||||
segmentCancelled = true
|
||||
}
|
||||
Button(
|
||||
onClick = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue