You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
MGLMapSnapshotter.loading’s getter always returns NO. Nothing within the MGLMapSnapshotter implementation ever sets the synthesized ivar, so it maintains the default value of NO.
This regression was introduced in 315a9e3 in mapbox/mapbox-gl-native#12355. The sole references to this property were removed in favor of an internal property that was never synchronized with loading.
/cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered:
MGLMapSnapshotter.loading
’s getter always returnsNO
. Nothing within the MGLMapSnapshotter implementation ever sets the synthesized ivar, so it maintains the default value ofNO
.mapbox-gl-native-ios/platform/darwin/src/MGLMapSnapshotter.h
Lines 274 to 277 in aa3f387
This regression was introduced in 315a9e3 in mapbox/mapbox-gl-native#12355. The sole references to this property were removed in favor of an internal property that was never synchronized with
loading
./cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered: