mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix topPresentationContext overlay focus handling
This commit is contained in:
parent
79ac746282
commit
5ad48ef7d4
2 changed files with 11 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue