mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update submodules
This commit is contained in:
parent
27c18424f4
commit
a9021e2e8f
@ -238,7 +238,7 @@ final class AuthorizedApplicationContext {
|
||||
} else {
|
||||
strongSelf.unlockedStatePromise.set(.single(false))
|
||||
strongSelf.updateCoveringViewSnaphot(true)
|
||||
strongSelf.mainWindow.coveringView = strongSelf.lockedCoveringView
|
||||
strongSelf.mainWindow.coveringView = strongSelf.passcodeController == nil ? strongSelf.lockedCoveringView : nil
|
||||
strongSelf.rootController.view.isHidden = true
|
||||
strongSelf.context.sharedContext.mediaManager.overlayMediaManager.controller?.view.isHidden = true
|
||||
strongSelf.notificationController.view.isHidden = true
|
||||
@ -246,7 +246,7 @@ final class AuthorizedApplicationContext {
|
||||
} else {
|
||||
if !updatedState.isActive && updatedState.autolockTimeout != nil && isLockable {
|
||||
strongSelf.updateCoveringViewSnaphot(true)
|
||||
strongSelf.mainWindow.coveringView = strongSelf.lockedCoveringView
|
||||
strongSelf.mainWindow.coveringView = strongSelf.passcodeController == nil ? strongSelf.lockedCoveringView : nil
|
||||
strongSelf.rootController.view.isHidden = true
|
||||
strongSelf.context.sharedContext.mediaManager.overlayMediaManager.controller?.view.isHidden = true
|
||||
strongSelf.notificationController.view.isHidden = true
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2f3ec197f1ef9b97c2290ed1c597ffa4044bd61f
|
||||
Subproject commit b023f900b5e7b86927abc5dea9301dd002c9f53b
|
Loading…
x
Reference in New Issue
Block a user