Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Apr 20, 2024
1 parent 0fd7694 commit bfeab78
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -57,7 +57,7 @@ import Capacitor
}
completion(cachedOrientationType)
}

@objc private func requestGeometryUpdate(orientationValue: Int, orientationMask: UIInterfaceOrientationMask) {
if #available(iOS 16, *) {
let windowScene = UIApplication.shared.connectedScenes.first as? UIWindowScene
Expand Down Expand Up @@ -100,7 +100,7 @@ import Capacitor
self.currentOrientationType = orientationType
self.plugin.notifyOrientationChangeListeners(orientationType)
}

@objc private func convertOrientationValueToMask(_ orientationValue: Int) -> UIInterfaceOrientationMask {
switch orientationValue {
case UIInterfaceOrientation.landscapeLeft.rawValue:
Expand Down

0 comments on commit bfeab78

Please sign in to comment.