Exemplo n.º 1
0
 public void onCancel(DialogInterface dialog) {
   TrytonCall.cancel(this.callId);
   this.callId = 0;
   this.loadingDialog = null;
   this.kill = true;
   this.finish();
 }