fix(ios) make initialPositionInSuperView a variable

Fixes: https://github.com/jitsi/jitsi-meet/issues/12446
This commit is contained in:
Roberto Vieira
2022-11-25 09:44:27 +00:00
committed by GitHub
parent 6e36340a83
commit 691e92b7ec

View File

@@ -46,7 +46,7 @@ public class PiPViewCoordinator {
}
}
public let initialPositionInSuperView: Position = .lowerRightCorner
public var initialPositionInSuperView: Position = .lowerRightCorner
// Unused. Remove on the next major release.
@available(*, deprecated, message: "The PiP window size is now fixed to 150px.")