Update media picker video gallery view design

This commit is contained in:
Ilya Laktyushin
2020-07-28 19:18:33 +03:00
parent b9e9208011
commit 22db9c74fa
8 changed files with 98 additions and 143 deletions

View File

@@ -1216,7 +1216,7 @@ const CGFloat TGPhotoPaintStickerKeyboardSize = 260.0f;
if (![editorController isKindOfClass:[TGPhotoEditorController class]])
return;
if (hasStickers) {
if (!hasStickers) {
[editorController setMinimalVideoDuration:duration];
}