am 45ebe5fc: am 6fadaae8: am cb2356fc: Merge "Fixed crash with notification guts" into lmp-dev

* commit '45ebe5fce601dc3d911d0771407fbb37ef09d416':
  Fixed crash with notification guts
This commit is contained in:
Selim Cinek
2014-09-02 17:43:49 +00:00
committed by Android Git Automerger

View File

@@ -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,