it's easy for the back button to trigger a leftpanel reveal (#4438)

- Fixed
This commit is contained in:
Gil Eluard 2021-07-09 23:54:25 +02:00
parent 4e34cb0a9c
commit a929ceb32e

View file

@ -245,9 +245,9 @@ final class TabBarCoordinator: NSObject, TabBarCoordinatorType {
}
private func setupSideMenuGestures() {
self.parameters.appNavigator.sideMenu.addScreenEdgePanGesturesToPresent(to: self.masterNavigationController.view)
self.parameters.appNavigator.sideMenu.addPanGestureToPresent(to: self.masterNavigationController.navigationBar)
if let rootViewController = self.masterNavigationController.viewControllers.first {
self.parameters.appNavigator.sideMenu.addScreenEdgePanGesturesToPresent(to: rootViewController.view)
}
}
// MARK: Navigation