forked from organicmaps/organicmaps
[ios] update online galleries on pp update
This commit is contained in:
parent
46e1b7ed15
commit
276f0529f6
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@ map<MetainfoRows, Class> const kMetaInfoCells = {
|
|||
{
|
||||
self.data = data;
|
||||
[self checkCellsVisible];
|
||||
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[data fillOnlineBookingSections];
|
||||
[data fillPromoCatalogSection];
|
||||
});
|
||||
}
|
||||
|
||||
- (void)rotateDirectionArrowToAngle:(CGFloat)angle
|
||||
|
|
Loading…
Add table
Reference in a new issue