summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nate Myren <ntmyren@google.com> 2025-02-26 15:31:55 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-02-26 15:31:55 -0800
commit01a49c81e996230c2ffacb261625c73a95863b17 (patch)
tree7ddc7a6339873daa8474ec75c854dbf21f6128fe
parentdda0c8527e9282c9b26943421b489157db330324 (diff)
parentab7355f936bd1779d00cef3f350000448df455ec (diff)
Merge "Allow public notifications to expand with a swipe" into main
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
index 179951f67902..c1ba3e35a074 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
@@ -3021,6 +3021,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
mUserLocked = userLocked;
mPrivateLayout.setUserExpanding(userLocked);
+ mPublicLayout.setUserExpanding(userLocked);
// This is intentionally not guarded with mIsSummaryWithChildren since we might have had
// children but not anymore.
if (mChildrenContainer != null) {