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

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

am 9dd65b93: am cd73f770: am 5d98ddf2: am fca563a2: docs: Fixed code snippet...

am 9dd65b93: am cd73f770: am 5d98ddf2: am fca563a2: docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905

* commit '9dd65b93':
  docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
parents aea9c66b 9dd65b93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public void onCreate(Bundle savedInstanceState) {
@Override
public void onDestroy() {
    super.onDestroy();
    if (mServiceConn != null) {
    if (mService != null) {
        unbindService(mServiceConn);
    }	
}