fix(ios) remove exitPictureInPicture() call from resetBounds(bounds:)
This commit is contained in:
parent
dfd28c501b
commit
1e0c25d816
|
@ -144,7 +144,6 @@ public class PiPViewCoordinator {
|
|||
/// screen size changes
|
||||
public func resetBounds(bounds: CGRect) {
|
||||
currentBounds = bounds
|
||||
exitPictureInPicture()
|
||||
}
|
||||
|
||||
/// Stop the dragging gesture of the root view
|
||||
|
|
Loading…
Reference in New Issue