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