forked from organicmaps/organicmaps
[ios] Fixed tts changing from settings.
This commit is contained in:
parent
0e0599c4c4
commit
1a747883ca
1 changed files with 1 additions and 1 deletions
|
@ -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}];
|
||||
|
|
Loading…
Add table
Reference in a new issue