Browse Source

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

master
durduman 4 years ago
parent
commit
1e0c25d816
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      ios/sdk/src/picture-in-picture/PiPViewCoordinator.swift

+ 0
- 1
ios/sdk/src/picture-in-picture/PiPViewCoordinator.swift View File

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

Loading…
Cancel
Save