Merge "Fixed a bug where the notifications were not animating" into lmp-mr1-dev

This commit is contained in:
Selim Cinek
2014-11-20 17:01:22 +00:00
committed by Android (Google) Code Review

View File

@@ -84,8 +84,8 @@ public class NotificationContentView extends FrameLayout {
}
@Override
protected void onFinishInflate() {
super.onFinishInflate();
protected void onAttachedToWindow() {
super.onAttachedToWindow();
updateVisibility();
}