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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user