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

Commit 857e1d84 authored by Julia Tuttle's avatar Julia Tuttle Committed by Android (Google) Code Review
Browse files

Merge "CallStyle: add missing null check for icon" into main

parents 2b8d5db1 bfc6a51b
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;