mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Stablize swipe back gesture for timeline. Issue #2002
This commit is contained in:
@@ -18,7 +18,7 @@ final class PoppableGestureRecognizerDelegate: NSObject, UIGestureRecognizerDele
|
||||
}
|
||||
|
||||
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
|
||||
return true
|
||||
return navigationController?.viewControllers.count ?? 0 > 2
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user