Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #979: Allow pin entry screen to overlay videos (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored and jhreis committed Apr 24, 2019
1 parent caeabcd commit b9ddcb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AppAuthenticator {
let w = UIWindow()
w.backgroundColor = .clear
w.rootViewController = self.blurController
w.windowLevel = UIWindow.Level(UIWindowLevelStatusBar - 1)
_window = w
}
return _window
Expand Down

0 comments on commit b9ddcb3

Please sign in to comment.