forked from organicmaps/organicmaps-tmp
[ios] Fixed advanced time editor.
This commit is contained in:
parent
d9e9b6d05a
commit
6d9242c7c3
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