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

Commit f928d4aa authored by Chris Banes's avatar Chris Banes Committed by Android (Google) Code Review
Browse files

Merge "Fix AlertDialog.setIcon() not working when called after show()"

parents 3e5f0805 476da772
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -359,6 +359,7 @@ public class AlertController {

        if (mIconView != null) {
            if (resId != 0) {
                mIconView.setVisibility(View.VISIBLE);
                mIconView.setImageResource(mIconId);
            } else {
                mIconView.setVisibility(View.GONE);