mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Use round selection for featured tab
This commit is contained in:
parent
c82d01d7ec
commit
57213bbeb8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user