[ios] Fixed advanced time editor.

This commit is contained in:
Ilya Grechuhin 2016-03-24 17:27:26 +03:00
parent d9e9b6d05a
commit 6d9242c7c3

View file

@ -135,6 +135,8 @@ using namespace osmoh;
- (void)updateOpeningHours
{
if (!self.isSimpleMode)
return;
stringstream sstr;
sstr << MakeOpeningHours(timeTableSet).GetRule();
self.delegate.openingHours = @(sstr.str().c_str());