79464635

Date: 2025-02-24 19:43:18
Score: 1
Natty:
Report link

Your AdManagerInterstitialAdLoadCallback anonymous class is keeping a reference to your Activity even after it is destroyed. Make your anonymous AdManagerInterstitialAdLoadCallback a static inner class or as a stand alone class and any reference to your Activity in this class should be kept as a WeakReference.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user1608385