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

Commit

Permalink
[android] #5438 - Remove old update method and replace it with an inv…
Browse files Browse the repository at this point in the history
…alidation
  • Loading branch information
tobrun committed Jun 24, 2016
1 parent 534dc74 commit d384d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ void setProjection(Projection projection) {
* Triggers an invalidation of the map view.
*/
public void invalidate() {
mMapView.update();
mMapView.invalidate();
}

/**
Expand Down

0 comments on commit d384d0e

Please sign in to comment.