Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21637c0f authored by quddusc's avatar quddusc Committed by Android Git Automerger
Browse files

am ea22f73a: am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3...

am ea22f73a: am d5bf7fbd: Merge "docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494" into jb-mr1.1-docs

* commit 'ea22f73a':
  docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
parents 80c95d46 ea22f73a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ mHelper.startSetup(new IabHelper.OnIabSetupFinishedListener() {
<pre>
&#64;Override
public void onDestroy() {
   super.onDestroy();
   if (mHelper != null) mHelper.dispose();
   mHelper = null;
}