From 22fc67c8c3872adc4d26c623a22fe6e7400a8c1e Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 22 May 2024 16:17:05 +0530 Subject: [PATCH] [mob][photos] Remove unnecessary parameters --- mobile/lib/db/files_db.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/lib/db/files_db.dart b/mobile/lib/db/files_db.dart index fd258b369..d690e945e 100644 --- a/mobile/lib/db/files_db.dart +++ b/mobile/lib/db/files_db.dart @@ -1058,10 +1058,8 @@ class FilesDB { title, location?.latitude, location?.longitude, - localID, creationTime, modificationTime, - null, getInt(fileType), localID, ownerID,