Gif improvements

This commit is contained in:
Ali
2022-07-24 16:14:16 +02:00
parent 6fd38af0fe
commit d7a851d61f
8 changed files with 201 additions and 40 deletions

View File

@@ -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