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

Commit fca563a2 authored by quddusc's avatar quddusc
Browse files

docs: Fixed code snippet for unbinding from IAB v3 service.

Bug: 11858905

Change-Id: Id1af4fc50a020ab520b2c836df8182db6c3a35bd
parent 70b96ec7
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);
    }	
}