nit
This commit is contained in:
parent
0da0a44c4a
commit
a7d7033ef0
|
|
@ -798,7 +798,7 @@ private extension PanModalPresentationController {
|
|||
func addRoundedCorners(to view: UIView) {
|
||||
let radius = presentable?.cornerRadius ?? 0
|
||||
let path = UIBezierPath(roundedRect: view.bounds,
|
||||
byRoundingCorners: [.topRight, .topLeft],
|
||||
byRoundingCorners: [.topLeft, .topRight],
|
||||
cornerRadii: CGSize(width: radius, height: radius))
|
||||
|
||||
// Draw around the drag indicator view, if displayed
|
||||
|
|
|
|||
Loading…
Reference in New Issue