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

Commit 682b239d authored by Julia Tuttle's avatar Julia Tuttle Committed by Android Build Coastguard Worker
Browse files

CallStyle: add missing null check for icon

Bug: 329288442
Flag: ACONFIG com.android.systemui.new_call_style_action_layout NEXTFOOD
Test: none
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:bfc6a51b9b82708154b2353c38c4fce562fe023e)
Merged-In: I5d0773881171dd233411edc19d3988789dac4259
Change-Id: I5d0773881171dd233411edc19d3988789dac4259
parent c2231c27
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;