reset playback rate on exit fullscreen (#5116)
This commit is contained in:
@@ -59,6 +59,7 @@ export function VideoEmbedInnerNative({
|
|||||||
PlatformInfo.setAudioCategory(AudioCategory.Ambient)
|
PlatformInfo.setAudioCategory(AudioCategory.Ambient)
|
||||||
PlatformInfo.setAudioActive(false)
|
PlatformInfo.setAudioActive(false)
|
||||||
player.muted = true
|
player.muted = true
|
||||||
|
player.playbackRate = 1
|
||||||
if (!player.playing) {
|
if (!player.playing) {
|
||||||
player.play()
|
player.play()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user