[iOS] Night mode support for drivingOptionsCell

This commit is contained in:
Zoia Pribytkova 2019-05-06 14:39:34 +03:00 committed by Arsentiy Milchakov
parent 78bfa26dbf
commit 53adc749fb

View file

@ -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