Fix indent

This commit is contained in:
Boyko Mihail 2020-10-02 15:55:11 +03:00
parent 6b735be733
commit 76b6822ce5
1 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ open class BaseOrientationController: UIViewController {
return super.supportedInterfaceOrientations
}
}
open override var preferredInterfaceOrientationForPresentation: UIInterfaceOrientation {
return forcedInterfaceOrientation ?? super.preferredInterfaceOrientationForPresentation
}
open override var preferredInterfaceOrientationForPresentation: UIInterfaceOrientation {
return forcedInterfaceOrientation ?? super.preferredInterfaceOrientationForPresentation
}
}