We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c1b2a commit 6c1aa3eCopy full SHA for 6c1aa3e
maplibre/lib/src/platform/android/map_state.dart
@@ -328,7 +328,6 @@ final class MapLibreMapStateAndroid extends MapLibreMapStateNative
328
cameraPosition,
329
)..releasedBy(arena);
330
_jMap?.moveCamera(cameraUpdate);
331
- _jMap?.triggerRepaint();
332
});
333
334
@override
maplibre/lib/src/platform/ios/map_state.dart
@@ -131,7 +131,6 @@ final class MapLibreMapStateIos extends MapLibreMapStateNative
131
ffiCamera.centerCoordinate = center.toCLLocationCoordinate2D();
132
}
133
_mapView.setCamera(ffiCamera, animated: false);
134
- _mapView.triggerRepaint();
135
136
137
0 commit comments