mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video avatar fixes
This commit is contained in:
@@ -1415,7 +1415,7 @@ public func settingsController(context: AccountContext, accountManager: AccountM
|
||||
if let profileImage = peer?.smallProfileImage {
|
||||
state.updatingAvatar = .image(profileImage, false)
|
||||
} else {
|
||||
state.updatingAvatar = .none
|
||||
state.updatingAvatar = ItemListAvatarAndNameInfoItemUpdatingAvatar.none
|
||||
}
|
||||
return state
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user