Skip to content
New issue

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

Fatal Exception: java.lang.IndexOutOfBoundsException #124

Open
1stmetro opened this issue Aug 15, 2020 · 1 comment
Open

Fatal Exception: java.lang.IndexOutOfBoundsException #124

1stmetro opened this issue Aug 15, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@1stmetro
Copy link

This issue seems to popup from time to time i believe its when you initially choose what drive to use anyone else have this issue or perhaps even a fix?

Fatal Exception: java.lang.IndexOutOfBoundsException
Index: 9, Size: 0

java.util.ArrayList.get (ArrayList.java:437)
com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment$5$1.run (SecondaryChooserFragment.java:155)
android.os.Handler.handleCallback (Handler.java:873)
android.os.Handler.dispatchMessage (Handler.java:99)
android.os.Looper.loop (Looper.java:216)
android.app.ActivityThread.main (ActivityThread.java:7266)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:975)

private AdapterView.OnItemClickListener mSingleModeClickListener = new AdapterView.OnItemClickListener() {
@OverRide
public void onItemClick(AdapterView<?> adapterView, View view, final int i, long l) {
mHandler.postDelayed(new Runnable() {
@OverRide
public void run() {
LINE 155 : String jointPath = theSelectedPath + "/" + customStoragesList.get(i);
if (FileUtil.isDir(jointPath)) {
populateList("/" + customStoragesList.get(i));
} else {
StorageChooser.onSelectListener.onSelect(jointPath);
dissmissDialog(FLAG_DISSMISS_NORMAL);
}
}
}, 300);
}
};

@codekidX
Copy link
Owner

Hello, 3.0 will fix this issue related to the address bar.

@codekidX codekidX added this to the 3.0 milestone Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants