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

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

Merge "Fixed crash with notification guts" into lmp-dev

parents 6301c555 edb893ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -768,6 +768,8 @@ public abstract class BaseStatusBar extends SystemUI implements
            final NotificationGuts v = mNotificationGutsExposed;
            mNotificationGutsExposed = null;

            if (v.getWindowToken() == null) return;

            final int x = (v.getLeft() + v.getRight()) / 2;
            final int y = (v.getTop() + v.getActualHeight() / 2);
            final Animator a = ViewAnimationUtils.createCircularReveal(v,