diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-12 17:55:06 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-12 17:55:06 +0530 |
commit | f27cbbb44baf1cd437c74285155af2b5cbfb7953 (patch) | |
tree | bb0681345aec45bd3c63659caf917a43d6dfe8ab /app/src/main/res/values/strings.xml | |
parent | 574233624a9261a800fd5ddd234208f2c6994766 (diff) |
Add DI container to inject dependencies in features and viewmodels
Other changes:
- Safely parse latitude and longitude.
- Hide marker when map state is set to disabled after being enabled.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c0b8348..8fc7c92 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -37,4 +37,5 @@ <string name="fake_location_mode">Fake location mode</string> <string name="user_location_permission_explanation">This app needs location permissions in order to show its functionality.</string> <string name="user_location_permission_not_granted">You didn\'t grant location permission</string> + <string name="please_enter_valid_lat_long">Please enter valid latitude and longitude value</string> </resources>
\ No newline at end of file |