use checkAndShow as mentioned in doku - should call startMonitoring under the hood
This commit is contained in:
parent
3fac6e6220
commit
7851eb1b24
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public class TicketListActivity extends ActionBarActivity {
|
|||
AppRate.with(this)
|
||||
.retryPolicy(RetryPolicy.EXPONENTIAL)
|
||||
.initialLaunchCount(5)
|
||||
.startMonitoring();
|
||||
.checkAndShow();
|
||||
}
|
||||
|
||||
private void scanForPasses() {
|
||||
|
|
Loading…
Reference in a new issue