Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
2013-08-22 13:19:33 -0700
Commit
5e057e1fce021daeab78cf23caf5445471aff456
1 parent
837a1c17
only attempt tint refresh when on map
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MapView/Map/RMUserLocation.m
MapView/Map/RMUserLocation.m
View file @
5e057e1
...
...
@@ -90,7 +90,7 @@
-
(
void
)
updateTintColor
{
if
(
!
self
.
hasCustomLayer
)
if
(
!
self
.
hasCustomLayer
&&
!
CGPointEqualToPoint
(
self
.
position
,
CGPointZero
)
)
{
CGRect
rect
=
CGRectMake
(
0
,
0
,
24
,
24
);
...
...
Please
register
or
login
to post a comment