mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix archive avatar animation
This commit is contained in:
@@ -768,6 +768,7 @@ public final class ChatListNode: ListView {
|
||||
|
||||
if filter != previousView?.filter {
|
||||
disableAnimations = true
|
||||
updatedScrollPosition = nil
|
||||
}
|
||||
|
||||
return preparedChatListNodeViewTransition(from: previousView, to: processedView, reason: reason, previewing: previewing, disableAnimations: disableAnimations, account: context.account, scrollPosition: updatedScrollPosition, searchMode: searchMode)
|
||||
|
||||
Reference in New Issue
Block a user