Skip to content

Commit

Permalink
TouchGestures: Remove haptic feedback for ambient gesture action
Browse files Browse the repository at this point in the history
  • Loading branch information
SKULSHADY committed Feb 19, 2020
1 parent 51913ea commit 860b0bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/android/touch/gestures/KeyHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ private void launchDozePulse() {
mGestureWakeLock.acquire(GESTURE_WAKELOCK_DURATION);
final Intent intent = new Intent(PULSE_ACTION);
mContext.sendBroadcastAsUser(intent, UserHandle.CURRENT);
doHapticFeedback();
}
}

Expand Down

0 comments on commit 860b0bc

Please sign in to comment.