-
-
Notifications
You must be signed in to change notification settings - Fork 980
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify Vector-related constant naming scheme across Web and Android im…
…plementations (#3052) ## Description Rename constant determining whether magnitude is sufficient to `MINIMAL_RECOGNIZABLE_MAGNITUDE` on both `Web` and `Android` ## Test plan not applicable
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const DEFAULT_TOUCH_SLOP = 15; | ||
export const MINIMAL_FLING_VELOCITY = 0.1; | ||
export const MINIMAL_RECOGNIZABLE_MAGNITUDE = 0.1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters