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

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

Fixed crash with notification guts

Bug: 17350166
Change-Id: I4b5eb19b30e57486f48fa8c397e7450426f36464
parent 74c92d6d
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,