From f27cbbb44baf1cd437c74285155af2b5cbfb7953 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 12 May 2021 17:55:06 +0530 Subject: 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. --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/values') 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 @@ Fake location mode This app needs location permissions in order to show its functionality. You didn\'t grant location permission + Please enter valid latitude and longitude value \ No newline at end of file -- cgit v1.2.1