Weather widget: add button to manually set location if permission is missing

This commit is contained in:
MM20
2022-01-03 23:45:33 +01:00
parent d5cedb446e
commit 61c77a137d
7 changed files with 181 additions and 139 deletions
+1
View File
@@ -423,4 +423,5 @@
<string name="grant_permission">Gewähren</string>
<string name="missing_permission_auto_location">Standortzugriff wird benötigt, um den Standort automatisch zu ermitteln</string>
<string name="weather_widget_set_location">Standort festlegen</string>
</resources>
+1
View File
@@ -461,4 +461,5 @@
<string name="grant_permission">Grant</string>
<string name="missing_permission_auto_location">Location access is required to determine the location automatically</string>
<string name="weather_widget_set_location">Set location</string>
</resources>