use checkAndShow as mentioned in doku - should call startMonitoring under the hood

This commit is contained in:
ligi 2014-04-03 16:15:20 +05:30
parent 3fac6e6220
commit 7851eb1b24

View file

@ -199,7 +199,7 @@ public class TicketListActivity extends ActionBarActivity {
AppRate.with(this)
.retryPolicy(RetryPolicy.EXPONENTIAL)
.initialLaunchCount(5)
.startMonitoring();
.checkAndShow();
}
private void scanForPasses() {