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

automerge: c9a39c7

* commit 'c9a39c7dd1e50bea6b6ba9abc20dafe3204aece7':
  Fixed a bug where the notifications were not animating
This commit is contained in:
Selim Cinek
2014-11-20 21:30:17 +00:00
committed by android-build-merger

View File

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