docs: update to latest
This commit is contained in:
@@ -71,8 +71,8 @@ public class AboutActivity extends BaseActivity {
|
||||
mLolClickCount++;
|
||||
//Toast.makeText(this, R.string.text_lll, Toast.LENGTH_LONG).show();
|
||||
if (mLolClickCount >= 5) {
|
||||
//crashTest();
|
||||
showEasterEgg();
|
||||
crashTest();
|
||||
//showEasterEgg();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ public class SplashActivity extends BaseActivity {
|
||||
mHandler.postDelayed(() -> {
|
||||
if (mAdLoading)
|
||||
enterNextActivity();
|
||||
}, 4000);
|
||||
}, 3000);
|
||||
mInterstitialAd = new InterstitialAd(this);
|
||||
mInterstitialAd.setAdUnitId(BuildConfig.DEBUG ? Constants.ADMOB_INTERSTITIAL_TEST_ID : Constants.ADMOB_INTERSTITIAL_ID);
|
||||
mInterstitialAd.setAdListener(new AdListener() {
|
||||
|
||||
Reference in New Issue
Block a user