am fca563a2: docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
* commit 'fca563a2d600c2e2a4ca0af2446a72e8bb36206e': 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