Fix bug
This commit is contained in:
parent
31ea124864
commit
4458b55d36
|
|
@ -113,7 +113,7 @@ public class Market extends Spider {
|
||||||
dialog = new ProgressDialog(Init.getActivity());
|
dialog = new ProgressDialog(Init.getActivity());
|
||||||
dialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
|
dialog.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
|
||||||
dialog.setCancelable(false);
|
dialog.setCancelable(false);
|
||||||
dialog.show();
|
if (isBusy()) dialog.show();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
3945e4e685f85a2f3f3ef3ea1f852799
|
b2c6912d5489526425cc71c596f4606e
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue