summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-06-01 19:43:05 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-06-01 19:43:11 +0000
commit4827cb08cc2a89a3b979040d24e66dac0f905ce6 (patch)
tree2b3da4f5377e08ea7d4e9a0bf45aed03c94aa521
parentd0ba2cd40b64c8e18d1391397d938c045f500fd0 (diff)
parentd3c523f4d8be3f51833f21ac11df20ba907a1e85 (diff)
Merge "Fixed an issue where heads up where invisible in qs edit" into oc-dev
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java b/packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java
index 12a8783becf2..5c10e7ed4070 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java
@@ -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()) {