Add a dialog to prompt user if location is off in Nearby when L… (#3438)

This commit is contained in:
Aryan Tyagi 2020-03-18 15:50:00 +05:30 committed by GitHub
parent 15bccdf650
commit 021105ac4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 1 deletions

View file

@ -602,4 +602,10 @@ Upload your first media by tapping on the add button.</string>
<string name="theme_default_name">Default</string>
<string name="theme_dark_name">Dark</string>
<string name="theme_light_name">Light</string>
<string name="cannot_open_location_settings">Failed to open location settings. Please turn on location manually</string>
<string name="recommend_high_accuracy_mode">For best results, choose the High Accuracy mode.</string>
<string name="ask_to_turn_location_on">Turn on location?</string>
<string name="nearby_needs_location">Nearby needs location enabled to work properly</string>
</resources>