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

Ensure pending completion blocks, even if rendering is not strictly required. #463

Merged
merged 7 commits into from Sep 19, 2020

Conversation

julianrex
Copy link
Contributor

@julianrex julianrex commented Sep 18, 2020

This PR fixes #461; there was a situation where there were "pending blocks" but needsDisplayRefresh was NO, meaning that the blocks wouldn't be processed until after the map was next rendered.

@julianrex julianrex self-assigned this Sep 18, 2020
@julianrex julianrex marked this pull request as ready for review September 18, 2020 14:47
@julianrex julianrex requested a review from a team September 18, 2020 14:47
@julianrex julianrex added this to the release-a milestone Sep 18, 2020
@julianrex julianrex removed the request for review from a team September 18, 2020 14:58
@julianrex julianrex merged commit df54f58 into master Sep 19, 2020
@julianrex julianrex deleted the jrex/bug-461 branch September 19, 2020 12:38
fabian-guerra added a commit that referenced this pull request Sep 23, 2020
* Ensure pending completion blocks, even if rendering is not strictly required. (#463)

* Address crash when localFontFamilyName is nil (#467)

* Location manager crash fix when a selector is not implemented (#474)

* Fix a location manager crash when a selector is not implemented

* Update changelog

* Fix crash with nil font family name (#476)

* Fix crash with nil font family name. See also #467

* Update gl-native to 5.1.0 (#475)

* Bump sdk version to 6.2.1 (#477)

* Bump version to 6.2.1

* Update changelog

Co-authored-by: Julian Rex <julian.rex@mapbox.com>
Co-authored-by: Jordan Kiley <jmkiley@users.noreply.github.com>
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)
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.

Version 6.2.0 introduces a bug when using setCenter
2 participants