forked from organicmaps/organicmaps
[ios] Added reload place page after opening hours editing.
This commit is contained in:
parent
7a335d0fb5
commit
b4caf960a2
2 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
- (void)dismissPlacePage;
|
||||
- (void)showPlacePageWithUserMark:(unique_ptr<UserMarkCopy>)userMark;
|
||||
- (void)reloadPlacePage;
|
||||
|
||||
#pragma mark - MWMNavigationDashboardManager
|
||||
|
||||
|
|
|
@ -133,6 +133,11 @@ extern NSString * const kAlohalyticsTapEventKey;
|
|||
[self refreshHelperPanels:UIInterfaceOrientationIsLandscape(self.ownerController.interfaceOrientation)];
|
||||
}
|
||||
|
||||
- (void)reloadPlacePage
|
||||
{
|
||||
[self.placePageManager reloadPlacePage];
|
||||
}
|
||||
|
||||
- (void)apiBack
|
||||
{
|
||||
[self.ownerController.apiBar back];
|
||||
|
|
Loading…
Add table
Reference in a new issue