Merge "Fixed an issue where heads up where invisible in qs edit" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4827cb08cc
@@ -413,6 +413,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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user