Skip to content

Commit

Permalink
Fix onUserLocationUpdated not firing on android (see flutter-mapbox-g…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berthet committed Aug 27, 2021
1 parent 4e16821 commit d27f558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void onStyleLoaded(@NonNull Style style) {
}

if (myLocationEnabled) {
enableLocationComponent(style);
updateMyLocationEnabled();
}
// needs to be placed after SymbolManager#addClickListener,
// is fixed with 0.6.0 of annotations plugin
Expand Down

0 comments on commit d27f558

Please sign in to comment.