We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6a106 commit 57d7b50Copy full SHA for 57d7b50
library/src/main/java/com/vorlonsoft/android/rate/AppRate.java
@@ -989,7 +989,7 @@ private boolean isOverLastAgreeShowFalseDate() {
989
return false;
990
}
991
992
- return ((repromptDate == 0L)) || isOverDate(getLastAgreeShowFalseDate(context), repromptDate);
+ return (repromptDate == 0L) || isOverDate(getLastAgreeShowFalseDate(context), repromptDate);
993
994
995
private boolean isOverLaunchTimes() {
0 commit comments