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

Commit 72eda172 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a crash when the more card or the dismissview was longpressed" into lmp-dev

parents 9d25c97e bdefcdf9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -857,6 +857,10 @@ public abstract class BaseStatusBar extends SystemUI implements
                // Assume we are a status_bar_notification_row
                final NotificationGuts guts = (NotificationGuts) v.findViewById(
                        R.id.notification_guts);
                if (guts == null) {
                    // This view has no guts. Examples are the more card or the dismiss all view
                    return false;
                }

                // Already showing?
                if (guts.getVisibility() == View.VISIBLE) {