Use round selection for featured tab

This commit is contained in:
Ali 2022-07-25 21:17:41 +02:00
parent c82d01d7ec
commit 57213bbeb8

View File

@ -1833,7 +1833,7 @@ final class EntityKeyboardTopPanelComponent: Component {
}
let isRound: Bool
if let string = activeContentItemId.base as? String, (string == "recent" || string == "static" || string == "trending") {
if let string = activeContentItemId.base as? String, (string == "featuredTop" || string == "recent" || string == "static" || string == "trending") {
isRound = true
} else {
isRound = false