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

Commit bdefcdf9 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a crash when the more card or the dismissview was longpressed

Bug: 17460534
Change-Id: Ided33204b04085ed01f1cc6ada9ccc43fbf028d0
parent cfc91cf2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -773,6 +773,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) {