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

* commit '5d98ddf2f741c2a635b9df90cf896c9faceb1b33':
  docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
This commit is contained in:
quddusc
2013-12-26 15:33:58 -08: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);
}
}