mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Support 3-finger swipe to pull down notifications from app
Fixes: 270211015 Test: 3-finger swipe down to bring down notifications. 3-finger swipe up to go home / to Overview Change-Id: Id0f8ad95d9a4a1f8ecf1632ea28efb0c790c291b
This commit is contained in:
@@ -864,7 +864,6 @@ public class TouchInteractionService extends Service
|
||||
}
|
||||
|
||||
if (ENABLE_TRACKPAD_GESTURE.get() && mGestureState.isTrackpadGesture()
|
||||
&& mGestureState.getActivityInterface().isResumed()
|
||||
&& !previousGestureState.isRecentsAnimationRunning()) {
|
||||
reasonString = newCompoundString(reasonPrefix)
|
||||
.append(SUBSTRING_PREFIX)
|
||||
|
||||
Reference in New Issue
Block a user