[ios] update online galleries on pp update

This commit is contained in:
Arsentiy Milchakov 2019-08-30 14:24:09 +03:00 committed by Aleksey Belousov
parent 46e1b7ed15
commit 276f0529f6

View file

@ -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