瀏覽代碼

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

Loading…
取消
儲存