fix(ios): apply PictureInPicture state on start (#3655)

This commit is contained in:
Krzysztof Moch
2024-04-05 10:37:00 +02:00
committed by GitHub
parent d6941392e0
commit 07f71c2fc4
4 changed files with 89 additions and 14 deletions

View File

@@ -63,6 +63,10 @@ import React
_pipController?.delegate = self
}
func deinitPipController() {
_pipController = nil
}
func setPictureInPicture(_ isActive: Bool) {
if _isActive == isActive {
return