Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -416,6 +416,7 @@ public class StackScrollAlgorithm { if (i == 0 && row.isAboveShelf()) { if (i == 0 && row.isAboveShelf()) { // the first hun can't get off screen. // the first hun can't get off screen. clampHunToMaxTranslation(ambientState, row, childState); clampHunToMaxTranslation(ambientState, row, childState); childState.hidden = false; } } } } if (row.isPinned()) { if (row.isPinned()) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -416,6 +416,7 @@ public class StackScrollAlgorithm { if (i == 0 && row.isAboveShelf()) { if (i == 0 && row.isAboveShelf()) { // the first hun can't get off screen. // the first hun can't get off screen. clampHunToMaxTranslation(ambientState, row, childState); clampHunToMaxTranslation(ambientState, row, childState); childState.hidden = false; } } } } if (row.isPinned()) { if (row.isPinned()) { Loading