Skip to content

Commit

Permalink
feat: stop animation method in Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Feb 4, 2025
1 parent a5b6a1c commit e78a9a4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1156,8 +1156,7 @@ public void removeOnAnimationComplete(MarkerManager markerManager) {
mMarkerManager = markerManager;
mRemoveOnComplete = true;
}



@Override
public void onAnimationUpdate(ValueAnimator valueAnimator) {
if (to == null || from == null || marker == null) {
Expand Down

0 comments on commit e78a9a4

Please sign in to comment.