fix controls when swiping between image and video
This commit is contained in:
@@ -168,6 +168,9 @@ class Asset {
|
||||
@ignore
|
||||
bool get isImage => type == AssetType.image;
|
||||
|
||||
@ignore
|
||||
bool get isVideo => type == AssetType.video;
|
||||
|
||||
@ignore
|
||||
bool get isMotionPhoto => livePhotoVideoId != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user