Sfoglia il codice sorgente

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

master
durduman 4 anni fa
parent
commit
1e0c25d816
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      ios/sdk/src/picture-in-picture/PiPViewCoordinator.swift

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

@@ -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…
Annulla
Salva