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

Commit a6f0f3b2 authored by Alejandro Nijamkin's avatar Alejandro Nijamkin
Browse files

Fixes ClassCastException crashloop.

Fix: 330414494
Test: no longer crashes
Flag: none
Change-Id: Id7ce3955ea9c8dc7fdcaf875f910a306f7378e22
parent 5f9c22a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1514,7 +1514,7 @@ public class NotificationContentView extends FrameLayout implements Notification
        }
        ImageView bubbleButton = layout.findViewById(com.android.internal.R.id.bubble_button);
        View actionContainer = layout.findViewById(com.android.internal.R.id.actions_container);
        LinearLayout actionListMarginTarget = layout.findViewById(
        ViewGroup actionListMarginTarget = layout.findViewById(
                com.android.internal.R.id.notification_action_list_margin_target);
        if (bubbleButton == null || actionContainer == null) {
            return;