Fix interface orientation

This commit is contained in:
ismailgulek
2020-08-06 10:48:19 +03:00
parent 3763c3e4ee
commit a5ddfd1195

View File

@@ -80,6 +80,10 @@ final class EnterPinCodeViewController: UIViewController {
return self.theme.statusBarStyle
}
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
return .portrait
}
// MARK: - Private
private func update(theme: Theme) {