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

* commit '6fadaae8b106a6b1e20c18968c3e1798e48228f1':
  Fixed crash with notification guts
This commit is contained in:
Selim Cinek
2014-09-02 12:08:04 +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,