Android-RateThisApp icon indicating copy to clipboard operation
Android-RateThisApp copied to clipboard

Reload counters after close dialog

Open SergeyA opened this issue 8 years ago • 0 comments

If RateThisApp.showRateDialogIfNeeded() called multiple times while app execution, the dialog appears on each call. Even if mLaunchTimes > 1.

I think we need to update the value of the mLaunchTimes, mOptOut and mAskLaterDate after each showRateDialog() call.

SergeyA avatar Aug 12 '16 19:08 SergeyA