mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Version 11.9
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import SGSimpleSettings
|
||||
import Foundation
|
||||
import UIKit
|
||||
import TelegramCore
|
||||
@@ -258,7 +259,7 @@ func inputTextPanelStateForChatPresentationInterfaceState(_ chatPresentationInte
|
||||
}
|
||||
} else {
|
||||
stickersAreEmoji = stickersAreEmoji || hasForward
|
||||
if stickersEnabled {
|
||||
if stickersEnabled, !SGSimpleSettings.shared.forceEmojiTab {
|
||||
accessoryItems.append(.input(isEnabled: true, inputMode: stickersAreEmoji ? .emoji : .stickers))
|
||||
} else {
|
||||
accessoryItems.append(.input(isEnabled: true, inputMode: .emoji))
|
||||
|
||||
Reference in New Issue
Block a user