diff options
| author | 2025-02-26 15:31:55 -0800 | |
|---|---|---|
| committer | 2025-02-26 15:31:55 -0800 | |
| commit | 01a49c81e996230c2ffacb261625c73a95863b17 (patch) | |
| tree | 7ddc7a6339873daa8474ec75c854dbf21f6128fe | |
| parent | dda0c8527e9282c9b26943421b489157db330324 (diff) | |
| parent | ab7355f936bd1779d00cef3f350000448df455ec (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.java | 1 |
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) { |