-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Persist user tracking mode despite programmatic camera changes #7856
Persist user tracking mode despite programmatic camera changes #7856
Conversation
@frederoni, thanks for your PR! By analyzing this pull request, we identified @1ec5, @incanus and @boundsj to be potential reviewers. |
@frederoni nice! Are there any other camera changing function that this should also be removed from? I like @1ec5 summed it up:
|
All camera updating functions are chained so this change will impact all of them.
The change in this PR would fix that. |
cddd5d8
to
8f79fea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a changelog entry to the iOS changelog.
8f79fea
to
bf2b84b
Compare
be135ef
to
5ee93ab
Compare
5ee93ab
to
15ea4fc
Compare
Fixes #7789
The stuttering effect is not as noticeable as I first thought. Concurrent animations (#3625) might still be a blocker though.
The transition is more or less smooth depending on the timing of the subsequent location update.
@bsudekum 👀