We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library version: 1.3.0 OS version: Android 11 Device model: Realme X2 Describe the bug Caused by java.lang.IllegalArgumentException Request codes must be unique. File picker=3, Folder picker=0, Storage access=0, Create file=4 com.anggrayudi.storage.SimpleStorage.checkRequestCode (SimpleStorage.java:101) com.anggrayudi.storage.SimpleStorage.setRequestCodeFolderPicker (SimpleStorage.java:2) com.anggrayudi.storage.SimpleStorage.onRestoreInstanceState (SimpleStorage.java:58)
To Reproduce It is working on some phones and not working on some other phones
Stacktrace [If applicable]
The text was updated successfully, but these errors were encountered:
Fix issue #93
c6c4cd4
c8e74ee
Fixed in v1.4.1
Sorry, something went wrong.
No branches or pull requests
Library version: 1.3.0
OS version: Android 11
Device model: Realme X2
Describe the bug
Caused by java.lang.IllegalArgumentException
Request codes must be unique. File picker=3, Folder picker=0, Storage access=0, Create file=4
com.anggrayudi.storage.SimpleStorage.checkRequestCode (SimpleStorage.java:101)
com.anggrayudi.storage.SimpleStorage.setRequestCodeFolderPicker (SimpleStorage.java:2)
com.anggrayudi.storage.SimpleStorage.onRestoreInstanceState (SimpleStorage.java:58)
To Reproduce
It is working on some phones and not working on some other phones
Stacktrace
[If applicable]
The text was updated successfully, but these errors were encountered: