Video avatar fixes

This commit is contained in:
Ilya Laktyushin
2020-07-16 19:19:07 +03:00
parent 4ac6678182
commit 262cddc4d9
3 changed files with 21 additions and 22 deletions

View File

@@ -406,6 +406,7 @@
}
TGPhotoEditorController *controller = [[TGPhotoEditorController alloc] initWithContext:_context item:editableItem intent:intent adjustments:nil caption:nil screenImage:thumbnailImage availableTabs:[TGPhotoEditorController defaultTabsForAvatarIntent] selectedTab:TGPhotoEditorCropTab];
controller.stickersContext = self.stickersContext;
controller.editingContext = self.editingContext;
controller.didFinishRenderingFullSizeImage = ^(UIImage *resultImage)
{