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:
@@ -181,7 +181,7 @@ const CGFloat TGPhotoEditorToolsLandscapePanelSize = TGPhotoEditorToolsPanelSize
|
||||
if (strongSelf != nil)
|
||||
[strongSelf setPreview:!strongSelf->_preview animated:true];
|
||||
};
|
||||
previewView.customTouchDownHandling = forVideo;
|
||||
previewView.customTouchDownHandling = true;
|
||||
[self.view addSubview:_previewView];
|
||||
|
||||
_wrapperView = [[TGPhotoEditorSparseView alloc] initWithFrame:CGRectZero];
|
||||
|
||||
Reference in New Issue
Block a user