Don't allow dismissing the progress dialog

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

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

Loading…
Cancel
Save