Merge "Fixed an issue where heads up where invisible in qs edit" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-06-01 19:43:05 +00:00
committed by Android (Google) Code Review

View File

@@ -413,6 +413,7 @@ public class StackScrollAlgorithm {
if (i == 0 && row.isAboveShelf()) {
// the first hun can't get off screen.
clampHunToMaxTranslation(ambientState, row, childState);
childState.hidden = false;
}
}
if (row.isPinned()) {