mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont use interactive transition on iPad
This commit is contained in:
parent
fe8e10a9cf
commit
99c2051ca6
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ class SwipeRightToPopViewController<Content>: UIHostingController<Content>, UINa
|
|||
{
|
||||
if #available(iOS 17.0, *) {
|
||||
return nil
|
||||
} else if UIDevice.isIPad {
|
||||
return nil
|
||||
} else {
|
||||
return SlideAnimatedTransitioning()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue