diff options
author | 2025-03-10 14:38:57 -0700 | |
---|---|---|
committer | 2025-03-10 14:38:57 -0700 | |
commit | c297da61c2e05d44cd01e3d7a022f14b81e9513c (patch) | |
tree | 360518c1dabe90a2b5244520287b638981e736be | |
parent | c3e2c0d0969ad18a78a6e25dcc74e418c678f81b (diff) | |
parent | 65ca722fb6ebc5ea037ef2408e560bd0238c0198 (diff) |
Merge "Don't remove snooze options panel when scrolling on it" into main
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java index e6bb1b9f0273..fbbf84596610 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java @@ -3852,8 +3852,6 @@ public class NotificationStackScrollLayout // existing overScroll, we have to scroll the view customOverScrollBy((int) scrollAmount, getOwnScrollY(), range, getHeight() / 2); - // If we're scrolling, leavebehinds should be dismissed - mController.checkSnoozeLeavebehind(); } } break; |