-
Notifications
You must be signed in to change notification settings - Fork 144
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
Unable to navigate higher than root directory of internal storage #75
Comments
Just from the description I don't know why that would happen. This is the corresponding code, which is fairly defensive: Lines 190 to 200 in 488b559
I don't know why there wouldn't be a selected directory, so it's most likely that there is no parent available for the caller. I guess the developer of that extension would have to jump into the debugger to figure this one out. |
Thanks, I'll let him know. |
…e root directory.
Worked for me: |
This issue exists on my Moto X Play running Android 6.0, specifically in the Snapprefs xposed module (http://forum.xda-developers.com/xposed/modules/app-snapprefs-ultimate-snapchat-utility-t2947254).
Clicking the "up" button while at the internal storage root directory does not advance any further up. I was attempting to access a folder on the SD card. Other apps have no issue reading, writing, or accessing the SD card, so I doubt the problem relates to read/write permissions.
The developer (MaaarZ) said he cannot fix it as the library isn't written by him and suggested I ask you.
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: