Skip to content

Commit

Permalink
Merge pull request #38 from onseok/main
Browse files Browse the repository at this point in the history
Fix Typo in README.md: Change 'FilePickerType' to 'FilePickerFileType'
  • Loading branch information
MohamedRejeb committed Dec 1, 2023
2 parents 1233bae + af9a2db commit ea83c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Calf File Picker allows you to pick files from the device storage.

```kotlin
val pickerLauncher = rememberFilePickerLauncher(
type = FilePickerType.Image,
type = FilePickerFileType.Image,
selectionMode = FilePickerSelectionMode.Single,
onResult = { files ->
files.firstOrNull()?.let { file ->
Expand Down

0 comments on commit ea83c0f

Please sign in to comment.