mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various Fixes
This commit is contained in:
@@ -556,6 +556,15 @@ class ChatControllerNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
if let _ = strongSelf.chatPresentationInterfaceState.inputTextPanelState.mediaRecordingState {
|
||||
return true
|
||||
}
|
||||
var hasChatThemeScreen = false
|
||||
strongSelf.controller?.window?.forEachController { c in
|
||||
if c is ChatThemeScreen {
|
||||
hasChatThemeScreen = true
|
||||
}
|
||||
}
|
||||
if hasChatThemeScreen {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user