I have set up dfp ads which resolves to my app via deep link. When I click on the ad I see onPresentScreen() and then onLeaveApplication() being fired but when I open the new activity in the app because of the ad click I cannot show the ads because of "loadAd called while an interstitial or landing page is displayed, so aborting" check.
This is the sequence of logs
I/Ads (17228): onPresentScreen()
I/Ads (17228): onLeaveApplication()
W/Ads (17228): loadAd called while an interstitial or landing page is displayed, so aborting
Thanks
Prateek