Skip to content

Commit c4aa8b8

Browse files
authored
Merge pull request #963 from Esri/df/buildFix_3
Mark `TextInput` extension unavailable for visionOS
2 parents c39b216 + d681f5e commit c4aa8b8

File tree

1 file changed

+1
-0
lines changed
  • Sources/ArcGISToolkit/Components/FeatureFormView/Subviews/Inputs

1 file changed

+1
-0
lines changed

Sources/ArcGISToolkit/Components/FeatureFormView/Subviews/Inputs/TextInput.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ private extension TextInput {
248248
}
249249
}
250250

251+
@available(visionOS, unavailable)
251252
private extension TextInput {
252253
private var isBarcodeScanner: Bool {
253254
element.input is BarcodeScannerFormInput

0 commit comments

Comments
 (0)