public void onDestroy() { super.onDestroy(); if (this.recommendReviewRequest != null) { mapiService().abort(this.recommendReviewRequest, null, true); this.recommendReviewRequest = null; } }
protected void onDestroy() { super.onDestroy(); this.mCartManager.removeCartChangedListener(this.dishCartListener); if (this.requestQuitRoom != null) { mapiService().abort(this.requestQuitRoom, this, true); this.requestQuitRoom = null; } }
protected void onDestroy() { if (this.request != null) mapiService().abort(this.request, this, true); super.onDestroy(); }