forked from organicmaps/organicmaps
[taxi] review fix
This commit is contained in:
parent
c0765d35f5
commit
1ecaf8d822
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@ final class RoutePreviewTaxiCell: UICollectionViewCell {
|
|||
|
||||
let titleString = { () -> String in
|
||||
switch type {
|
||||
case .taxi: fallthrough
|
||||
case .uber: fallthrough
|
||||
case .freenow: fallthrough
|
||||
case .citymobil: return title
|
||||
case .taxi, .uber, .freenow, .citymobil: return title
|
||||
case .yandex: return L("yandex_taxi_title")
|
||||
case .maxim: return L("maxim_taxi_title")
|
||||
case .vezet: return L("vezet_taxi")
|
||||
|
|
Loading…
Add table
Reference in a new issue