Merge pull request #2503 from igrechuhin/ig-master

[ios] Fixed advanced time editor.
This commit is contained in:
mgsergio 2016-03-24 18:30:53 +04:00
commit 0c8ad6eb7e

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());