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:
@@ -1156,12 +1156,12 @@ final class ChatEntityKeyboardInputNode: ChatInputNode {
|
||||
return controllerInteraction?.navigationController()
|
||||
},
|
||||
requestUpdate: { [weak self] transition in
|
||||
guard let _ = self else {
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
// if !transition.animation.isImmediate {
|
||||
// strongSelf.interfaceInteraction?.requestLayout(transition.containedViewLayoutTransition)
|
||||
// }
|
||||
if !transition.animation.isImmediate {
|
||||
strongSelf.interfaceInteraction?.requestLayout(transition.containedViewLayoutTransition)
|
||||
}
|
||||
},
|
||||
updateSearchQuery: { [weak self] rawQuery, languageCode in
|
||||
guard let strongSelf = self else {
|
||||
|
||||
Reference in New Issue
Block a user