Merge pull request #3837 from VladiMihaylenko/master

[ios] Fixed tts changing from settings.
This commit is contained in:
Илья Гречухин 2016-07-19 16:52:30 +04:00 committed by GitHub
commit 5fd325e209

View file

@ -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}];