Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/StackScrollerDecorView.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public abstract class StackScrollerDecorView extends ExpandableView { if (visible) { setVisibility(VISIBLE); setWillBeGone(false); notifyHeightChanged(false /* needsAnimation */); notifyHeightChanged(true /* needsAnimation */); } else { setWillBeGone(true); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/StackScrollerDecorView.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public abstract class StackScrollerDecorView extends ExpandableView { if (visible) { setVisibility(VISIBLE); setWillBeGone(false); notifyHeightChanged(false /* needsAnimation */); notifyHeightChanged(true /* needsAnimation */); } else { setWillBeGone(true); } Loading