Fix topPresentationContext overlay focus handling

This commit is contained in:
Ali
2020-01-21 23:58:49 +04:00
parent 79ac746282
commit 5ad48ef7d4
2 changed files with 11 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ public final class AppLockContextImpl: AppLockContext {
}
}
passcodeController.presentedOverCoveringView = true
passcodeController.isOpaqueWhenInOverlay = true
strongSelf.passcodeController = passcodeController
if let rootViewController = strongSelf.rootController {
if let presentedViewController = rootViewController.presentedViewController as? UIActivityViewController {