Video avatar fixes

This commit is contained in:
Ilya Laktyushin
2020-07-03 13:49:32 +03:00
parent 9b89206ec3
commit bb8595a0ee
7 changed files with 22 additions and 11 deletions

View File

@@ -18,6 +18,7 @@
@property (nonatomic, weak) UIView *dotImageView;
@property (nonatomic, weak) UIView *dotMarkerView;
@property (nonatomic, weak) PGPhotoEditorView *fullPreviewView;
@property (nonatomic, weak) UIImageView *fullPaintingView;
@property (nonatomic, weak) TGMediaPickerGalleryVideoScrubber *scrubberView;
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context photoEditor:(PGPhotoEditor *)photoEditor previewView:(TGPhotoEditorPreviewView *)previewView;