diff --git a/submodules/LegacyComponents/Sources/TGMediaPickerModernGalleryMixin.m b/submodules/LegacyComponents/Sources/TGMediaPickerModernGalleryMixin.m index a5f4585265..445bf65b70 100644 --- a/submodules/LegacyComponents/Sources/TGMediaPickerModernGalleryMixin.m +++ b/submodules/LegacyComponents/Sources/TGMediaPickerModernGalleryMixin.m @@ -378,9 +378,9 @@ default: { - if (asset.subtypes & TGMediaAssetSubtypePhotoLive) - galleryItem = [[TGMediaPickerGalleryVideoItem alloc] initWithAsset:asset]; - else +// if (asset.subtypes & TGMediaAssetSubtypePhotoLive) +// galleryItem = [[TGMediaPickerGalleryVideoItem alloc] initWithAsset:asset]; +// else galleryItem = [[TGMediaPickerGalleryPhotoItem alloc] initWithAsset:asset]; } break;