mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-25 16:26:08 +00:00
Don't allow dismissing the progress dialog
This commit is contained in:
parent
d922be3912
commit
5df20ef525
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue