mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Gif improvements
This commit is contained in:
@@ -1821,7 +1821,7 @@ final class EntityKeyboardTopPanelComponent: Component {
|
||||
}
|
||||
|
||||
let isRound: Bool
|
||||
if let string = activeContentItemId.base as? String, (string == "recent" || string == "static") {
|
||||
if let string = activeContentItemId.base as? String, (string == "recent" || string == "static" || string == "trending") {
|
||||
isRound = true
|
||||
} else {
|
||||
isRound = false
|
||||
|
||||
Reference in New Issue
Block a user