forked from organicmaps/organicmaps-tmp
Merge pull request #2503 from igrechuhin/ig-master
[ios] Fixed advanced time editor.
This commit is contained in:
commit
0c8ad6eb7e
1 changed files with 2 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue