You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2024. It is now read-only.
Describe the bug
implementation ("com.github.jaiselrahman:FilePicker:1.3.2")
public class "PickFile" not resolved for the version
Mentioned class "PickFile" not found
try to implement the ```
ActivityResultLauncher which required ActivityResultLauncher registerForActivityResult( @nonnull ActivityResultContract<I, O> contract, @nonnull ActivityResultCallback callback)
4.Where in place of ActivityResultContract try to put the line of code mentioned in sample app code.
`final ActivityResultLauncher<Configurations> pickImage = registerForActivityResult(new PickFile().throughDir(true), new ActivityResultCallback<List<MediaFile>>() {}`
Here PickFile class not found.
**Expected behavior**
Expecting classname PickFile under the package `com.jaiselrahman.filepicker.activity`
**Screenshots**

**Android info (please complete the following information):**
- Device/Emulator
- API level
**Additional context**
Add any other context about the problem here.