Camera and editor improvements

This commit is contained in:
Ilya Laktyushin
2023-05-30 15:57:09 +04:00
parent 381a6ebabd
commit 2b22d175d8
17 changed files with 278 additions and 81 deletions

View File

@@ -18696,7 +18696,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
updatedPresentationData: strongSelf.updatedPresentationData,
peer: EnginePeer(peer),
animateAppearance: animateAppearance,
completion: { [weak self] result in
completion: { [weak self] _, result in
guard let strongSelf = self, let asset = result as? PHAsset else {
return
}