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

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

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

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

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