Skip to content

Commit

Permalink
Merge pull request Esri#963 from Esri/df/buildFix_3
Browse files Browse the repository at this point in the history
Mark `TextInput` extension unavailable for visionOS
  • Loading branch information
dfeinzimer authored Nov 8, 2024
2 parents c39b216 + d681f5e commit c4aa8b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ private extension TextInput {
}
}

@available(visionOS, unavailable)
private extension TextInput {
private var isBarcodeScanner: Bool {
element.input is BarcodeScannerFormInput
Expand Down

0 comments on commit c4aa8b8

Please sign in to comment.