mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Group call optimizations
This commit is contained in:
@@ -323,7 +323,7 @@ final class ChatTextInputActionButtonsNode: ASDisplayNode, ChatSendMessageAction
|
||||
}
|
||||
|
||||
func makeCustomContents() -> UIView? {
|
||||
if self.sendButtonHasApplyIcon {
|
||||
if self.sendButtonHasApplyIcon || self.effectBadgeView != nil {
|
||||
let result = UIView()
|
||||
result.frame = self.bounds
|
||||
if let copyView = self.sendContainerNode.view.snapshotView(afterScreenUpdates: false) {
|
||||
|
||||
Reference in New Issue
Block a user