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

Commit e77705d2 authored by Julia Tuttle's avatar Julia Tuttle Committed by Andrew Chant
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
(cherry picked from commit d33b0c370f308fa90bbf6f40adb2da17914faad9)
parent 859be0cd
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;