[ios] Fixed arival time display.

This commit is contained in:
Илья Гречухин 2015-12-11 16:20:17 +03:00
parent 5412460182
commit 31acf2374b

View file

@ -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