From 35438ebcb0fe840b7c6a8b6d383aa913ffd20cc3 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 18 Apr 2023 10:01:33 -0400 Subject: [PATCH] Remove location stuff for now --- app/src/main/AndroidManifest.xml | 2 - .../java/com/henryhiles/qweather/QWeather.kt | 7 ++- .../henryhiles/qweather/di/LocationModule.kt | 9 --- .../domain/location/LocationTracker.kt | 29 --------- .../screen/LocationPickerScreen.kt | 59 ++++++++----------- .../screenmodel/LocationPickerScreenModel.kt | 3 - app/src/main/res/values/strings.xml | 2 +- 7 files changed, 32 insertions(+), 79 deletions(-) delete mode 100644 app/src/main/java/com/henryhiles/qweather/di/LocationModule.kt delete mode 100644 app/src/main/java/com/henryhiles/qweather/domain/location/LocationTracker.kt diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 337df8f..14bf66a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,8 +3,6 @@ - - Selectedx How do I use this screen? - Please either tap the auto-pick button or enter a location. Then tap the apply button in the bottom left corner. + Please search a location, then tap a result. Then tap the apply button in the bottom left corner. Theme Dynamic Theme