Prevents interactive dismiss in iOs 13 as expected
This commit is contained in:
parent
562ed614aa
commit
d619ce3a08
|
@ -35,6 +35,7 @@ internal extension View {
|
|||
preferredItemEncoding: preferredItemEncoding
|
||||
)
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
.backport.interactiveDismissDisabled()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue