mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Search filters improvements
This commit is contained in:
parent
bb27a2ba5d
commit
cefc01f28c
28 changed files with 551 additions and 299 deletions
|
|
@ -226,6 +226,8 @@ public final class ChatListSearchRecentPeersNode: ASDisplayNode {
|
|||
|
||||
var options = ListViewDeleteAndInsertOptions()
|
||||
if transition.firstTime {
|
||||
options.insert(.PreferSynchronousResourceLoading)
|
||||
options.insert(.PreferSynchronousDrawing)
|
||||
options.insert(.Synchronous)
|
||||
options.insert(.LowLatency)
|
||||
} else if transition.animated {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue