Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Fix frame-delay bug affect UIViews. #483

Merged
merged 2 commits into from
Sep 28, 2020
Merged

Conversation

julianrex
Copy link
Contributor

Fixes #480

This PR fixes a frame-delay bug with UIViews - for example, annotation views.

Because of

auto updateParameters_ = updateParameters;
it's important to update the UIViews' positions before calling render. Updates have already occurred by this point, for example from gesture handlers.

@julianrex julianrex self-assigned this Sep 26, 2020
@julianrex julianrex added this to the release-a milestone Sep 26, 2020
@julianrex julianrex marked this pull request as ready for review September 28, 2020 13:57
@julianrex julianrex requested a review from a team September 28, 2020 13:57
@julianrex julianrex merged commit 8689173 into master Sep 28, 2020
@julianrex julianrex deleted the jrex/480-update-views branch September 28, 2020 15:21
katydecorah pushed a commit that referenced this pull request Sep 30, 2020
* master:
  Made changes to podspec for Xcode 12 build issues  (#482)
  Fix frame-delay bug affect UIViews. (#483)
  Bump sdk version to 6.2.1 (#477)
  Update gl-native to 5.1.0 (#475)
  Fix crash with nil font family name (#476)
  Location manager crash fix when a selector is not implemented (#474)
  Address crash when localFontFamilyName is nil (#467)
  Ensure pending completion blocks, even if rendering is not strictly required. (#463)
  [macos] respect MGLMapSnapshotter on macOS. (#448)
  Support Xcode 12 by excluding arm64 simulators and bumping Telemetry to 0.10.4 (#458)
  Release prep for version 6.2.0 (#453)
  Rename identifer -> identifier (#423)
  Fixed some typos and updated change log (#443)
julianrex pushed a commit that referenced this pull request Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annotations are not staying fixed on the specified coordinate
2 participants