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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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. // Unused. Remove on the next major release.
@available(*, deprecated, message: "The PiP window size is now fixed to 150px.") @available(*, deprecated, message: "The PiP window size is now fixed to 150px.")