Fix problem where back swiping wouldn't work anymore for full screen. Issue #1970

This commit is contained in:
Maurice Parker
2020-04-06 08:47:01 -05:00
parent 41acb716bd
commit f0ec7c5e19
2 changed files with 7 additions and 24 deletions

View File

@@ -26,7 +26,6 @@ class InteractiveNavigationController: UINavigationController {
override func viewDidLoad() {
super.viewDidLoad()
poppableDelegate.originalDelegate = interactivePopGestureRecognizer?.delegate
poppableDelegate.navigationController = self
interactivePopGestureRecognizer?.delegate = poppableDelegate
}
@@ -38,7 +37,7 @@ class InteractiveNavigationController: UINavigationController {
}
}
}
}
// MARK: Private