hotchemi / Android-Rate

Android-Rate is a library to help you promote your android app by prompting users to rate the app after using it for a few days.
http://hotchemi.github.io/Android-Rate
MIT License
724 stars 216 forks source link

Convert int into long to compare long with long #153

Open matdev opened 4 years ago

matdev commented 4 years ago

We noticed a problem when setting the reminder to 30 days (setRemindInterval() takes an int arg but is compared with a long in isOverDate()) This commit should fix the problem.