From 1a747883cab5532247eb892ce93a0b2029da411a Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Tue, 19 Jul 2016 15:51:25 +0300 Subject: [PATCH] [ios] Fixed tts changing from settings. --- iphone/Maps/Settings/SettingsViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm index c29c3e36e0..5e6534d6f8 100644 --- a/iphone/Maps/Settings/SettingsViewController.mm +++ b/iphone/Maps/Settings/SettingsViewController.mm @@ -369,7 +369,7 @@ measurement_utils::Units unitsForIndex(NSInteger index) } case SectionRouting: // Change TTS language - if (indexPath.row == 2) + if (indexPath.row == 3) { [Statistics logEvent:kStatEventName(kStatSettings, kStatTTS) withParameters:@{kStatAction : kStatChangeLanguage}];