From 9d045f51ebadba6d227cc51bbda7be2ba4bb50ac Mon Sep 17 00:00:00 2001 From: Aman Raj Singh Mourya Date: Thu, 24 Oct 2024 17:17:49 +0530 Subject: [PATCH] [mob][photos] resolve merge conflicts --- mobile/lib/utils/file_download_util.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/utils/file_download_util.dart b/mobile/lib/utils/file_download_util.dart index 3b2e5e6514..744edf55ce 100644 --- a/mobile/lib/utils/file_download_util.dart +++ b/mobile/lib/utils/file_download_util.dart @@ -13,6 +13,7 @@ import "package:photos/events/local_photos_updated_event.dart"; import 'package:photos/models/file/file.dart'; import "package:photos/models/file/file_type.dart"; import "package:photos/models/ignored_file.dart"; +import "package:photos/services/collections_service.dart"; import "package:photos/services/ignored_files_service.dart"; import "package:photos/services/local_sync_service.dart"; import 'package:photos/utils/crypto_util.dart';