コード例 #1
0
 public void onDestroy()
 {
   super.onDestroy();
   if (this.recommendReviewRequest != null)
   {
     mapiService().abort(this.recommendReviewRequest, null, true);
     this.recommendReviewRequest = null;
   }
 }
コード例 #2
0
 protected void onDestroy()
 {
   super.onDestroy();
   this.mCartManager.removeCartChangedListener(this.dishCartListener);
   if (this.requestQuitRoom != null)
   {
     mapiService().abort(this.requestQuitRoom, this, true);
     this.requestQuitRoom = null;
   }
 }
コード例 #3
0
 protected void onDestroy() {
   if (this.request != null) mapiService().abort(this.request, this, true);
   super.onDestroy();
 }