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

Commit 107d21e9 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 main am: 238801c3

parents 8c06c6cb 238801c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -157,7 +157,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.
     *
@@ -167,7 +167,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.