From 159d8247bb9d1288bcc4b1531b80b9633351759f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Mon, 3 Jul 2017 16:06:48 +0300 Subject: [PATCH] [android] Fixed android build by adding missed taxi stub string --- .../src/com/mapswithme/maps/routing/RoutingPlanController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/routing/RoutingPlanController.java b/android/src/com/mapswithme/maps/routing/RoutingPlanController.java index c7a2100898..e7a6697acd 100644 --- a/android/src/com/mapswithme/maps/routing/RoutingPlanController.java +++ b/android/src/com/mapswithme/maps/routing/RoutingPlanController.java @@ -233,7 +233,7 @@ public class RoutingPlanController extends ToolbarController showError(R.string.dialog_taxi_error); break; case NoProvider: - showError(R.string.taxi_no_provider); + showError(R.string.taxi_no_providers); break; default: throw new AssertionError("Unsupported uber error: " + code);