From 53adc749fb7b44fbf21f6f47ba071e59e842bbcd Mon Sep 17 00:00:00 2001 From: Zoia Pribytkova Date: Mon, 6 May 2019 14:39:34 +0300 Subject: [PATCH] [iOS] Night mode support for drivingOptionsCell --- iphone/Maps/UI/Settings/MWMSettingsViewController.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/UI/Settings/MWMSettingsViewController.mm b/iphone/Maps/UI/Settings/MWMSettingsViewController.mm index c1f9394e8c..4cb67f9379 100644 --- a/iphone/Maps/UI/Settings/MWMSettingsViewController.mm +++ b/iphone/Maps/UI/Settings/MWMSettingsViewController.mm @@ -202,6 +202,7 @@ using namespace power_management; NSString * ttsEnabledString = [MWMTextToSpeech isTTSEnabled] ? L(@"on") : L(@"off"); [self.voiceInstructionsCell configWithTitle:L(@"pref_tts_enable_title") info:ttsEnabledString]; + [self.drivingOptionsCell configWithTitle:L(@"driving_options_title") info:@""]; } - (void)configInfoSection