mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Video editing preview
This commit is contained in:
@@ -446,11 +446,8 @@ const CGFloat TGPhotoEditorToolbarSize = 49.0f;
|
||||
if ([editorValues hasPainting])
|
||||
highlightedButtons |= TGPhotoEditorPaintTab;
|
||||
|
||||
if ([editorValues isKindOfClass:[PGPhotoEditorValues class]])
|
||||
{
|
||||
if ([(PGPhotoEditorValues *)editorValues toolsApplied])
|
||||
highlightedButtons |= TGPhotoEditorToolsTab;
|
||||
}
|
||||
if ([editorValues toolsApplied])
|
||||
highlightedButtons |= TGPhotoEditorToolsTab;
|
||||
|
||||
return highlightedButtons;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user