Skip to content

Commit 37faf51

Browse files
committed
attempt to fix tile flip
1 parent 305f37f commit 37faf51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ public boolean onTouchEvent(MotionEvent event) {
165165
mTrackingSwipe = isFullyExpanded() &&
166166
// Pointer is at the handle portion of the view?
167167
mGestureStartY > getHeight() - mHandleBarHeight - getPaddingBottom();
168-
mOkToFlip = getExpandedHeight() == 0;
169168
}
169+
mOkToFlip = getExpandedHeight() == 0;
170170
if (event.getX(0) > getWidth() * (1.0f - STATUS_BAR_SETTINGS_RIGHT_PERCENTAGE) &&
171171
Settings.System.getIntForUser(getContext().getContentResolver(),
172172
Settings.System.QS_QUICK_PULLDOWN, 0, UserHandle.USER_CURRENT) == 1) {

0 commit comments

Comments
 (0)