-
Notifications
You must be signed in to change notification settings - Fork 216
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
Cast "threshold" from Int type to long type #139
base: master
Are you sure you want to change the base?
Conversation
@@ -54,7 +54,7 @@ public static boolean showRateDialogIfMeetsConditions(Activity activity) { | |||
} | |||
|
|||
private static boolean isOverDate(long targetDate, int threshold) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess changing the type of second argument as long
is simpler solution, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for review.
That's good! I will fix that way.
4e55df6
to
2fbebcd
Compare
Thx and LGTM! Let me look into CI. |
@yuna-yano your commits were merged into https://github.com/Vorlonsoft/AndroidRate/ (Releases 1.0.9+) |
@hotchemi
When searching, Issue like this came out. I think this is a problem of the CI environment. It is another repository, but for reference. Thank you. |
It corresponds to issue #138.