forked from organicmaps/organicmaps
[MAPSME-3079] [ios] Fixed estimate label coloring.
This commit is contained in:
parent
5ba84442ec
commit
cb962e204e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ using namespace routing::turns;
|
|||
[NSString stringWithFormat:@"%@ • %@ %@", eta, _targetDistance, _targetUnits];
|
||||
NSMutableAttributedString * result =
|
||||
[[NSMutableAttributedString alloc] initWithString:resultString];
|
||||
[result addAttributes:etaAttributes range:NSMakeRange(0, eta.length)];
|
||||
[result addAttributes:etaAttributes range:NSMakeRange(0, resultString.length)];
|
||||
_estimate = [result copy];
|
||||
|
||||
TurnDirection const turn = info.m_turn;
|
||||
|
|
Loading…
Add table
Reference in a new issue