File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
library/src/main/java/com/afollestad/materialdialogs Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,6 @@ private static void setupProgressDialog(final MaterialDialog dialog) {
336
336
Build .VERSION .SDK_INT < Build .VERSION_CODES .LOLLIPOP ) {
337
337
dialog .mProgress .setIndeterminateDrawable (new CircularProgressDrawable (
338
338
builder .widgetColor , builder .context .getResources ().getDimension (R .dimen .circular_progress_border )));
339
- } else if (!builder .indeterminateProgress && Build .VERSION .SDK_INT < Build .VERSION_CODES .LOLLIPOP ) {
340
- dialog .mProgress .setIndeterminateDrawable (new CircularProgressDrawable (
341
- builder .widgetColor , builder .context .getResources ().getDimension (R .dimen .circular_progress_border )));
342
339
MDTintHelper .setTint (dialog .mProgress , builder .widgetColor , true );
343
340
} else {
344
341
MDTintHelper .setTint (dialog .mProgress , builder .widgetColor );
You can’t perform that action at this time.
0 commit comments