Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Location denied app flow #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

utkarsh530
Copy link
Contributor

@utkarsh530 utkarsh530 commented Apr 9, 2019

Fixes #284
Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with gradlew app:connectedGmsDebugAndroidTest to make sure you didn't break anything (with an emulator running or phone connected)

  • If you have multiple commits please combine them into one commit by squashing them.

private void showAlertOnLocationDenied() {
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(parent);
alertDialogBuilder.setTitle("Warning!");
alertDialogBuilder.setMessage("Are you sure you want to disable auto location? You may then need to set location manually.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry - I can't accept changes with hard coded strings - they need to be localized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants