Merge pull request #940 from igrechuhin/ig-bug

[ios] Fixed arrival time display.
This commit is contained in:
Vlad Mihaylenko 2015-12-11 16:28:30 +03:00
commit 02d95f0cf6

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