Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 548f76f1 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 3113015 - ProgressDialogs using wrong theme.

Change-Id: I161e7feeb2e1a712dff4372417c20913c1dba661
parent 382f7a14
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -74,10 +74,7 @@ public class ProgressDialog extends AlertDialog {
    private Handler mViewUpdateHandler;
    
    public ProgressDialog(Context context) {
        this(context,
                context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB
                ? com.android.internal.R.style.Theme_Holo_Dialog_Alert
                : com.android.internal.R.style.Theme_Dialog_Alert);
        super(context);
    }

    public ProgressDialog(Context context, int theme) {