mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update non-premium tags
This commit is contained in:
@@ -27,6 +27,11 @@ func titlePanelForChatPresentationInterfaceState(_ chatPresentationInterfaceStat
|
||||
}
|
||||
}
|
||||
}
|
||||
if case .standard(.embedded) = chatPresentationInterfaceState.mode {
|
||||
if !chatPresentationInterfaceState.isPremium {
|
||||
matches = false
|
||||
}
|
||||
}
|
||||
|
||||
if matches {
|
||||
if let currentPanel = currentPanel as? ChatSearchTitleAccessoryPanelNode {
|
||||
|
||||
Reference in New Issue
Block a user