From 94093a123019f12b3862cca02c9dee01f8723479 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Tue, 9 Jun 2020 00:51:55 +0530 Subject: [PATCH] load fb interstitial again after closing ad --- .../com/performancetweaker/app/utils/InterstialHelper.java | 1 + build.gradle | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/java/com/performancetweaker/app/utils/InterstialHelper.java b/app/src/main/java/com/performancetweaker/app/utils/InterstialHelper.java index 6604b94..da7eaec 100644 --- a/app/src/main/java/com/performancetweaker/app/utils/InterstialHelper.java +++ b/app/src/main/java/com/performancetweaker/app/utils/InterstialHelper.java @@ -26,6 +26,7 @@ public void onInterstitialDisplayed(Ad ad) { @Override public void onInterstitialDismissed(Ad ad) { Log.i(TAG, "FAN Interstitial ad dismissed."); + loadAd(); } @Override diff --git a/build.gradle b/build.gradle index 9292acc..87849dd 100755 --- a/build.gradle +++ b/build.gradle @@ -20,9 +20,6 @@ allprojects { jcenter() // mavenCentral() maven { url "https://jitpack.io" } - maven { - url "http://dl.appnext.com/" - } google() } }