From 722cdb2f425af37b00da074bc9eb7baeadf418d7 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:45:10 +0530 Subject: [PATCH] [mob] Fix typo --- mobile/lib/ui/viewer/location/edit_location_sheet.dart | 2 +- mobile/lib/ui/viewer/location/location_screen.dart | 1 + mobile/lib/ui/viewer/location/update_location_data_widget.dart | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mobile/lib/ui/viewer/location/edit_location_sheet.dart b/mobile/lib/ui/viewer/location/edit_location_sheet.dart index fce0765e62..2aa071fb6d 100644 --- a/mobile/lib/ui/viewer/location/edit_location_sheet.dart +++ b/mobile/lib/ui/viewer/location/edit_location_sheet.dart @@ -5,7 +5,7 @@ import "package:photos/core/constants.dart"; import "package:photos/generated/l10n.dart"; import "package:photos/models/local_entity_data.dart"; import "package:photos/models/location_tag/location_tag.dart"; -import "package:photos/services/location_service.dart"; +import "package:photos/service_locator.dart"; import "package:photos/states/location_state.dart"; import "package:photos/theme/colors.dart"; import "package:photos/theme/ente_theme.dart"; diff --git a/mobile/lib/ui/viewer/location/location_screen.dart b/mobile/lib/ui/viewer/location/location_screen.dart index d2efe4971b..e6dee31a38 100644 --- a/mobile/lib/ui/viewer/location/location_screen.dart +++ b/mobile/lib/ui/viewer/location/location_screen.dart @@ -13,6 +13,7 @@ import 'package:photos/models/file/file.dart'; import "package:photos/models/file_load_result.dart"; import "package:photos/models/gallery_type.dart"; import "package:photos/models/selected_files.dart"; +import "package:photos/service_locator.dart"; import "package:photos/services/collections_service.dart"; import "package:photos/services/filter/db_filters.dart"; import "package:photos/services/location_service.dart"; diff --git a/mobile/lib/ui/viewer/location/update_location_data_widget.dart b/mobile/lib/ui/viewer/location/update_location_data_widget.dart index f2bdccef60..edafccd0e4 100644 --- a/mobile/lib/ui/viewer/location/update_location_data_widget.dart +++ b/mobile/lib/ui/viewer/location/update_location_data_widget.dart @@ -7,8 +7,8 @@ import "package:logging/logging.dart"; import "package:photos/generated/l10n.dart"; import "package:photos/models/file/file.dart"; import "package:photos/models/location/location.dart"; +import "package:photos/service_locator.dart"; import "package:photos/services/files_service.dart"; -import "package:photos/services/location_service.dart"; import "package:photos/theme/effects.dart"; import "package:photos/theme/ente_theme.dart"; import "package:photos/ui/map/map_button.dart";