We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0057715 commit 79afd20Copy full SHA for 79afd20
1 file changed
src/android/Notification.java
@@ -447,6 +447,7 @@ public void run() {
447
notification.progressDialog.setCancelable(true);
448
notification.progressDialog.setMax(100);
449
notification.progressDialog.setProgress(0);
450
+ notification.progressDialog.setCanceledOnTouchOutside(false);
451
notification.progressDialog.setOnCancelListener(
452
new DialogInterface.OnCancelListener() {
453
public void onCancel(DialogInterface dialog) {
0 commit comments