Fixed an issue where heads up where invisible in qs edit

Because they were in the shelf, they were set to hidden.

Test: add hun while in qs edit mode, observe that it's visible
Change-Id: I2db88f0731be23bff35707a12fbe5da1eb6903cf
Fixes: 62237986
This commit is contained in:
Selim Cinek
2017-05-31 17:49:03 -07:00
parent 9c1b222fc1
commit d3c523f4d8

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