Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java +7 −3 Original line number Diff line number Diff line Loading @@ -542,9 +542,13 @@ public class StackScrollAlgorithm { public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { if (mFirstChildWhileExpanding != null) { mFirstChildMaxHeight = getMaxAllowedChildHeight( mFirstChildWhileExpanding); mFirstChildWhileExpanding.removeOnLayoutChangeListener(this); } else { mFirstChildMaxHeight = 0; } v.removeOnLayoutChangeListener(this); } }); } else { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java +7 −3 Original line number Diff line number Diff line Loading @@ -542,9 +542,13 @@ public class StackScrollAlgorithm { public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { if (mFirstChildWhileExpanding != null) { mFirstChildMaxHeight = getMaxAllowedChildHeight( mFirstChildWhileExpanding); mFirstChildWhileExpanding.removeOnLayoutChangeListener(this); } else { mFirstChildMaxHeight = 0; } v.removeOnLayoutChangeListener(this); } }); } else { Loading