mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-27 05:30:50 +00:00
Load avatars synchronously when opening contacts screen
This commit is contained in:
parent
3b911fb684
commit
f186dbc3d5
@ -1444,6 +1444,8 @@ final class ContactListNode: ASDisplayNode {
|
||||
if transition.firstTime {
|
||||
options.insert(.Synchronous)
|
||||
options.insert(.LowLatency)
|
||||
options.insert(.PreferSynchronousDrawing)
|
||||
options.insert(.PreferSynchronousResourceLoading)
|
||||
} else if transition.animation != .none {
|
||||
if transition.animation == .insertion {
|
||||
options.insert(.AnimateInsertion)
|
||||
|
Loading…
x
Reference in New Issue
Block a user