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

Commit bfc6a51b authored by Julia Tuttle's avatar Julia Tuttle
Browse files

CallStyle: add missing null check for icon

Bug: 329288442
Flag: ACONFIG com.android.systemui.new_call_style_action_layout NEXTFOOD
Test: none
Change-Id: I5d0773881171dd233411edc19d3988789dac4259
parent 7328ecc1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -171,7 +171,9 @@ public class EmphasizedNotificationButton extends Button {
            return;
        }

        if (icon != null) {
            prepareIcon(icon);
        }

        mIconToGlue = icon;
        mGluePending = true;