Fix compilation issue
This commit is contained in:
parent
a9cb07726f
commit
0e231e6e9f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ fun ScanScreen(
|
||||||
showScannerUrlInput = false
|
showScannerUrlInput = false
|
||||||
},
|
},
|
||||||
keyboardOptions = KeyboardOptions.Default.copy(
|
keyboardOptions = KeyboardOptions.Default.copy(
|
||||||
autoCorrect = false,
|
autoCorrectEnabled = false,
|
||||||
capitalization = KeyboardCapitalization.None,
|
capitalization = KeyboardCapitalization.None,
|
||||||
keyboardType = KeyboardType.Uri
|
keyboardType = KeyboardType.Uri
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue