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

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

am 56b9ccaf: am 9956455a: am 21637c0f: am ea22f73a: am d5bf7fbd: Merge "docs:...

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

* commit '56b9ccaf':
  docs: Fixed onDestroy() code snippet in IABv3 training class. Bug: 8289494
parents df159809 56b9ccaf
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;
}