mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-14 20:54:05 +00:00
Play trending panel stickers (while searching)
This commit is contained in:
parent
02e1cc66cb
commit
780a978021
@ -338,6 +338,7 @@ final class ChatMediaInputTrendingPane: ChatMediaInputPane {
|
|||||||
openSearch: { [weak self] in
|
openSearch: { [weak self] in
|
||||||
self?.inputNodeInteraction?.toggleSearch(true, .trending, "")
|
self?.inputNodeInteraction?.toggleSearch(true, .trending, "")
|
||||||
})
|
})
|
||||||
|
interaction.itemContext.canPlayMedia = true
|
||||||
|
|
||||||
let isPane = self.isPane
|
let isPane = self.isPane
|
||||||
let previousEntries = Atomic<[TrendingPaneEntry]?>(value: nil)
|
let previousEntries = Atomic<[TrendingPaneEntry]?>(value: nil)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user