mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video avatar fixes
This commit is contained in:
@@ -1418,9 +1418,9 @@ public func settingsController(context: AccountContext, accountManager: AccountM
|
||||
completedProfilePhotoImpl(image)
|
||||
}
|
||||
}
|
||||
mixin.didFinishWithVideo = { image, url, adjustments in
|
||||
if let image = image, let url = url {
|
||||
completedProfileVideoImpl(image, url, adjustments)
|
||||
mixin.didFinishWithVideo = { image, asset, adjustments in
|
||||
if let image = image {
|
||||
// completedProfileVideoImpl(image, url, adjustments)
|
||||
}
|
||||
}
|
||||
mixin.didFinishWithDelete = {
|
||||
|
||||
Reference in New Issue
Block a user