* commit '5d98ddf2f741c2a635b9df90cf896c9faceb1b33': docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
This commit is contained in:
@@ -157,7 +157,7 @@ public void onCreate(Bundle savedInstanceState) {
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
if (mServiceConn != null) {
|
||||
if (mService != null) {
|
||||
unbindService(mServiceConn);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user