mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge tgcalls update
This commit is contained in:
@@ -409,15 +409,15 @@ public func nativeWindowHostView() -> (UIWindow & WindowHost, WindowHostView) {
|
||||
}
|
||||
|
||||
window.invalidateDeferScreenEdgeGestureImpl = { [weak hostView] in
|
||||
return hostView?.invalidateDeferScreenEdgeGesture?()
|
||||
hostView?.invalidateDeferScreenEdgeGesture?()
|
||||
}
|
||||
|
||||
window.invalidatePrefersOnScreenNavigationHiddenImpl = { [weak hostView] in
|
||||
return hostView?.invalidatePrefersOnScreenNavigationHidden?()
|
||||
hostView?.invalidatePrefersOnScreenNavigationHidden?()
|
||||
}
|
||||
|
||||
window.invalidateSupportedOrientationsImpl = { [weak hostView] in
|
||||
return hostView?.invalidateSupportedOrientations?()
|
||||
hostView?.invalidateSupportedOrientations?()
|
||||
}
|
||||
|
||||
window.cancelInteractiveKeyboardGesturesImpl = { [weak hostView] in
|
||||
|
||||
Reference in New Issue
Block a user