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 has been 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**
![Screenshot 2024-02-01 162949](https://github.com/jaiselrahman/FilePicker/assets/108860305/45b7ba1b-dee4-4e3d-be30-8852f4795c85)
**Android info (please complete the following information):**
- Device/Emulator
- API level
**Additional context**
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
implementation ("com.github.jaiselrahman:FilePicker:1.3.2")
public class "PickFile" not resolved for the version
Mentioned class "PickFile" not found
To Reproduce
Steps to reproduce the behavior:
ActivityResultLauncher which required ActivityResultLauncher registerForActivityResult(
@nonnull ActivityResultContract<I, O> contract,
@nonnull ActivityResultCallback callback)
The text was updated successfully, but these errors were encountered: