forked from shadowfacts/Tusker
parent
bcf2a2f026
commit
145ffbfcf0
|
@ -320,13 +320,13 @@ class CustomAlertActionsView: UIControl {
|
|||
actionButtons[currentSelectedActionIndex].backgroundColor = nil
|
||||
}
|
||||
#if !os(visionOS)
|
||||
if selectedButton != nil {
|
||||
if #available(iOS 17.5, *) {
|
||||
let view = selectedButton!.element
|
||||
let location = convert(CGPoint(x: view.bounds.midX, y: view.bounds.midY), from: view)
|
||||
generator.selectionChanged(at: location)
|
||||
generator.selectionChanged(at: recognizer.location(in: generator.view))
|
||||
} else {
|
||||
generator.selectionChanged()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if let showPressedMenuWorkItem {
|
||||
|
|
Loading…
Reference in New Issue