Skip to content

Commit 07f47be

Browse files
Jubakubacodex-corp
authored andcommitted
SystemUI: Smart Pull-Down - Any Notification (1/2)
Change-Id: I1749d0e166df707f125e454a47826b6e4df531fc
1 parent d4f3f82 commit 07f47be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ public boolean onTouchEvent(MotionEvent event) {
177177
flip = true;
178178
} else if (smartPulldownMode == 2 && !mStatusBar.hasVisibleNotifications()) {
179179
flip = true;
180+
} else if (smartPulldownMode == 3 && !mStatusBar.hasVisibleNotifications()
181+
&& !mStatusBar.hasClearableNotifications()) {
182+
flip = true;
180183
} else if (quickPulldownMode == 1
181184
&& mGestureStartX > getWidth() * (1.0f - STATUS_BAR_SETTINGS_RIGHT_PERCENTAGE)) {
182185
flip = true;

0 commit comments

Comments
 (0)