浏览代码

fix(ios) remove exitPictureInPicture() call from resetBounds(bounds:)

master
durduman 4 年前
父节点
当前提交
1e0c25d816
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      ios/sdk/src/picture-in-picture/PiPViewCoordinator.swift

+ 0
- 1
ios/sdk/src/picture-in-picture/PiPViewCoordinator.swift 查看文件

@@ -144,7 +144,6 @@ public class PiPViewCoordinator {
144 144
     /// screen size changes
145 145
     public func resetBounds(bounds: CGRect) {
146 146
         currentBounds = bounds
147
-        exitPictureInPicture()
148 147
     }
149 148
 
150 149
     /// Stop the dragging gesture of the root view

正在加载...
取消
保存