forked from organicmaps/organicmaps
[ios] Fixed arival time display.
This commit is contained in:
parent
5412460182
commit
31acf2374b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ static CGFloat const kAdditionalHeight = 20.;
|
|||
dateByAddingTimeInterval:entity.timeToTarget]
|
||||
dateStyle:NSDateFormatterNoStyle
|
||||
timeStyle:NSDateFormatterShortStyle];
|
||||
self.arriveLabel.text = [NSString stringWithFormat:@"%@ %@", L(@"routing_arrive"), arriveStr];
|
||||
self.arriveLabel.text = [NSString stringWithFormat:L(@"routing_arrive"), arriveStr.UTF8String];
|
||||
}
|
||||
|
||||
- (void)statePrepare
|
||||
|
|
Loading…
Add table
Reference in a new issue