Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c5a9dd2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix seeing unicode curly quotes issue in HapticFeedbackConstants" into...

Merge "Fix seeing unicode curly quotes issue in HapticFeedbackConstants" into main am: 238801c3 am: 107d21e9

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3328974



Change-Id: Ifc9d3b6b27ad200f1b9ad40bb690d995e34208e3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 33313cf9 107d21e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ public class HapticFeedbackConstants {

    /**
     * The user is executing a swipe/drag-style gesture, such as pull-to-refresh, where the
     * gesture action is eligible at a certain threshold of movement, and can be cancelled by
     * gesture action is "eligible" at a certain threshold of movement, and can be cancelled by
     * moving back past the threshold. This constant indicates that the user's motion has just
     * passed the threshold for the action to be activated on release.
     *
@@ -186,7 +186,7 @@ public class HapticFeedbackConstants {

    /**
     * The user is executing a swipe/drag-style gesture, such as pull-to-refresh, where the
     * gesture action is eligible at a certain threshold of movement, and can be cancelled by
     * gesture action is "eligible" at a certain threshold of movement, and can be cancelled by
     * moving back past the threshold. This constant indicates that the user's motion has just
     * re-crossed back "under" the threshold for the action to be activated, meaning the gesture is
     * currently in a cancelled state.