Skip to content

Commit f2809b4

Browse files
garthvhCopilot
andauthored
Update Meshtastic/Views/Messages/TapbackInputView.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 87412c4 commit f2809b4

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Meshtastic/Views/Messages/TapbackInputView.swift

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,3 @@ struct TapbackInputView: View {
9393
return nil
9494
}
9595
}
96-
97-
extension UIView {
98-
var firstResponder: UIView? {
99-
guard !isFirstResponder else { return self }
100-
for subview in subviews {
101-
if let firstResponder = subview.firstResponder {
102-
return firstResponder
103-
}
104-
}
105-
return nil
106-
}
107-
}
108-

0 commit comments

Comments
 (0)