Skip to content

Commit

Permalink
bug/#1040 - explicit call to invalidate after animation
Browse files Browse the repository at this point in the history
Thank you @InI4 for this bug fix suggestion.

Impacted classes:
* `MapController`: added an explicit call to `invalidate` after animation, in method `onAnimationEnd`
  • Loading branch information
monsieurtanuki committed May 24, 2018
1 parent 1cc18a6 commit f223ec7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -431,6 +431,7 @@ protected void onAnimationEnd() {
mZoomOutAnimationOld.reset();
setZoom(mTargetZoomLevel);
}
mMapView.invalidate();
}

@TargetApi(Build.VERSION_CODES.HONEYCOMB)
Expand Down

0 comments on commit f223ec7

Please sign in to comment.