mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Use round selection for featured tab
This commit is contained in:
@@ -1833,7 +1833,7 @@ final class EntityKeyboardTopPanelComponent: Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let isRound: Bool
|
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
|
isRound = true
|
||||||
} else {
|
} else {
|
||||||
isRound = false
|
isRound = false
|
||||||
|
|||||||
Reference in New Issue
Block a user