am 9dd65b93: am cd73f770: am 5d98ddf2: am fca563a2: docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
* commit '9dd65b9397c97726bdd55ee7e91905f9ee34597c': 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