|
@@ -35,7 +35,6 @@ class Photo {
|
|
static Future<Photo> fromAsset(
|
|
static Future<Photo> fromAsset(
|
|
AssetPathEntity pathEntity, AssetEntity asset) async {
|
|
AssetPathEntity pathEntity, AssetEntity asset) async {
|
|
Photo photo = Photo();
|
|
Photo photo = Photo();
|
|
- photo.uploadedFileId = -1;
|
|
|
|
photo.localId = asset.id;
|
|
photo.localId = asset.id;
|
|
photo.title = asset.title;
|
|
photo.title = asset.title;
|
|
photo.deviceFolder = pathEntity.name;
|
|
photo.deviceFolder = pathEntity.name;
|