v11.28.4
Bug fixes 馃悶
- Fixed a leak where a
MapViewand its render thread could remain permanently retained if the underlyingSurfacenever became ready before the view was destroyed. As part of the fix,MapboxMap.whenSizeReady(@MapboxExperimental/library-internal API only) now returns aCancelableinstead ofUnit, so the callback registration can actually be removed.