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

am: 4827cb08cc

Change-Id: I0dd06bb8c617c6553aaecec31918f3b2096d5a90
This commit is contained in:
Selim Cinek
2017-06-01 19:51:01 +00:00
committed by android-build-merger

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()) {