Fixes controller comparison for keep playing
This commit is contained in:
@@ -408,7 +408,7 @@ fun GetVideoController(
|
|||||||
val keepPlaying =
|
val keepPlaying =
|
||||||
remember(videoUri) {
|
remember(videoUri) {
|
||||||
mutableStateOf<Boolean>(
|
mutableStateOf<Boolean>(
|
||||||
keepPlayingMutex != null && controller == keepPlayingMutex,
|
keepPlayingMutex != null && controller.value == keepPlayingMutex,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user