Skip to content

Commit

Permalink
load fb interstitial again after closing ad
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkumar66 committed Jun 8, 2020
1 parent 7853954 commit 94093a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public void onInterstitialDisplayed(Ad ad) {
@Override
public void onInterstitialDismissed(Ad ad) {
Log.i(TAG, "FAN Interstitial ad dismissed.");
loadAd();
}

@Override
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ allprojects {
jcenter()
// mavenCentral()
maven { url "https://jitpack.io" }
maven {
url "http://dl.appnext.com/"
}
google()
}
}

0 comments on commit 94093a1

Please sign in to comment.