mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -1633,7 +1633,10 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
||||
chatLocation: chatLocation,
|
||||
isScheduledMessages: isScheduledMessages,
|
||||
present: present,
|
||||
presentInGlobalOverlay: presentInGlobalOverlay
|
||||
presentInGlobalOverlay: presentInGlobalOverlay,
|
||||
makeEntityInputView: {
|
||||
return EntityInputView(context: context, isDark: true, areCustomEmojiEnabled: customEmojiAvailable)
|
||||
}
|
||||
)
|
||||
return inputPanelNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user