Skip to content

Commit

Permalink
Deprecate gesture settings increaseRotateThresholdWhenPinchingToZoom …
Browse files Browse the repository at this point in the history
…property
  • Loading branch information
jush committed Aug 30, 2022
1 parent 2544955 commit 47067de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Mapbox welcomes participation and contributions from everyone.
# main
## Features ✨ and improvements 🏁
* Deprecated gesture settings `increaseRotateThresholdWhenPinchingToZoom` property

## Bug fixes 🐞
* Fix scale bar truncated at high zoom levels near the poles. ([1620](https://github.com/mapbox/mapbox-maps-android/pull/1620))
Expand Down
3 changes: 2 additions & 1 deletion plugin-gestures/src/main/res-public/values/public.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
<!-- Whether a deceleration animation following a scroll gesture is enabled. True by default. -->
<public name="mapbox_gesturesScrollDecelerationEnabled" type="attr" />

<!-- Whether rotate threshold increases when pinching to zoom. true by default. -->
<!-- Whether rotate threshold increases when pinching to zoom. true by default.
{@deprecated This property has no effect} -->
<public name="mapbox_gesturesIncreaseRotateThresholdWhenPinchingToZoom" type="attr" />

<!-- Whether pinch to zoom threshold increases when rotating. true by default. -->
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47067de

Please sign in to comment.