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

Keep instance variables and prefs in sync. #98

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

Conversation

ncruces
Copy link

@ncruces ncruces commented Jan 20, 2018

Fixes an issue where:

  1. dialog is shown;
  2. user presses "neutral" button;
  3. immediately call shouldShowRateDialog and get true.

This affects me because I'm not showing the dialog in onCreate (which is when preferences are loaded). I call showRateDialogIfNeeded during the lifetime of my activity, and if the user presses "neutral" the dialog might be show again and again until the activity is recreated and preferences reloaded.

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

1 participant