Don't allow dismissing the progress dialog

pull/41/head
Alexander Bakker 7 years ago
parent d922be3912
commit 5df20ef525

@ -26,6 +26,7 @@ public class SlotCollectionTask<T extends Slot> extends AsyncTask<SlotCollection
_cb = cb;
_type = type;
_dialog = new ProgressDialog(context);
_dialog.setCancelable(false);
}
@Override

Loading…
Cancel
Save