forked from organicmaps/organicmaps
[ios][taxi] review fix
This commit is contained in:
parent
258808c737
commit
f7ab583606
1 changed files with 2 additions and 7 deletions
|
@ -32,12 +32,8 @@ final class RoutePreviewTaxiCell: UICollectionViewCell {
|
|||
|
||||
let priceString = { () -> String in
|
||||
switch type {
|
||||
case .taxi: fallthrough
|
||||
case .uber: return price
|
||||
case .yandex: fallthrough
|
||||
case .maxim: fallthrough
|
||||
case .vezet: fallthrough
|
||||
case .yango:
|
||||
case .taxi, .uber, .freenow: return price
|
||||
case .yandex, .maxim, .vezet, .yango:
|
||||
let formatter = NumberFormatter()
|
||||
formatter.numberStyle = .currency
|
||||
formatter.currencyCode = currency
|
||||
|
@ -47,7 +43,6 @@ final class RoutePreviewTaxiCell: UICollectionViewCell {
|
|||
} else {
|
||||
return "\(currency) \(price)"
|
||||
}
|
||||
case .freenow: return price
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue