浏览代码

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
     /// screen size changes
144
     /// screen size changes
145
     public func resetBounds(bounds: CGRect) {
145
     public func resetBounds(bounds: CGRect) {
146
         currentBounds = bounds
146
         currentBounds = bounds
147
-        exitPictureInPicture()
148
     }
147
     }
149
 
148
 
150
     /// Stop the dragging gesture of the root view
149
     /// Stop the dragging gesture of the root view

正在加载...
取消
保存