get orders fix
This commit is contained in:
@@ -69,7 +69,7 @@ public class DialogHelper {
|
||||
if(loadingDialog != null && loadingDialog.isShowing())
|
||||
return;
|
||||
loadingDialog = new MaterialDialog.Builder(BaseActivity.currentActivity)
|
||||
.content("Content")
|
||||
.content(BaseActivity.currentActivity.getString(R.string.loading))
|
||||
.cancelable(false)
|
||||
.progress(true, 0)
|
||||
.progressIndeterminateStyle(true)
|
||||
|
||||
Reference in New Issue
Block a user