Skip to content

Commit

Permalink
fix: do not track view changes in marker to prevent flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Jun 6, 2023
1 parent 962525e commit 202c7c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/TiGooglemapsAnnotationProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ - (void)setCustomIcon:(id)value
[container addSubview:titleLabel];

[[self marker] setIconView:container];
[[self marker] setTracksViewChanges:NO];

[self replaceValue:value forKey:@"customIcon" notification:NO];
}

Expand Down

0 comments on commit 202c7c3

Please sign in to comment.