get orders fix

This commit is contained in:
2017-10-05 21:22:21 +03:00
parent 389461f1a2
commit 8edec08d3e
5 changed files with 9 additions and 6 deletions

View File

@@ -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)