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

* commit 'cd73f7702fca082bf46d64b5c011f9dbe1b5fe65':
  docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
This commit is contained in:
quddusc
2013-12-26 23:43:49 +00:00
committed by Android Git Automerger

View File

@@ -157,7 +157,7 @@ public void onCreate(Bundle savedInstanceState) {
@Override
public void onDestroy() {
super.onDestroy();
if (mServiceConn != null) {
if (mService != null) {
unbindService(mServiceConn);
}
}