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

Commit

Permalink
[android] - enable location change animation of MyLocationView by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
tobrun committed Aug 16, 2017
1 parent 817ed14 commit 71e7759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class MyLocationView extends View {
private ValueAnimator locationChangeAnimator;
private ValueAnimator accuracyAnimator;
private ValueAnimator directionAnimator;
private boolean locationChangeAnimationEnabled;
private boolean locationChangeAnimationEnabled = true;

private ValueAnimator.AnimatorUpdateListener invalidateSelfOnUpdateListener =
new ValueAnimator.AnimatorUpdateListener() {
Expand Down

0 comments on commit 71e7759

Please sign in to comment.