[mob][photos] Fix issue with EnteFile not having location data

This commit is contained in:
ashilkn 2024-05-21 16:12:44 +05:30
parent a7e0f3df7b
commit 49e64b3d4c

View file

@ -1824,8 +1824,8 @@ class FilesDB {
}) {
final values = <Object?>[];
double? latitude;
double? longitude;
double? latitude = file.location?.latitude;
double? longitude = file.location?.longitude;
int? creationTime = file.creationTime;
if (file.pubMagicMetadata != null) {