Changes rate app issue

This commit is contained in:
tom79 2017-10-22 11:58:07 +02:00
parent 328f77d54c
commit 519647caff
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ public class MainActivity extends BaseMainActivity
@Override
protected void rateThisApp() {
RateThisApp.onCreate(this);
RateThisApp.Config config = new RateThisApp.Config(5, 10);
RateThisApp.init(config);
RateThisApp.showRateDialogIfNeeded(this);
}
@Override