Skip to content

App crashes when I try to add a folder in Explore, since 1.7.0 #198

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

Closed
xfarrow opened this issue Mar 21, 2025 · 2 comments
Closed

App crashes when I try to add a folder in Explore, since 1.7.0 #198

xfarrow opened this issue Mar 21, 2025 · 2 comments
Assignees
Labels
👾 Bug Something isn't working

Comments

@xfarrow
Copy link

xfarrow commented Mar 21, 2025

Describe the bug
I de-googled my device and installed an Open Source file manager (Material Files). Since 1.7.0 when I try to select a folder it crashes. I think it's because it can't find the official file manager. Some other apps have the same problem, which then they (sometimes) fix.

To Reproduce
Steps to reproduce the behavior:

  1. Uninstall official file manager
  2. Install another file manager
  3. Select folder in Explore
  4. Crash

Device Info (please complete the following information):

  • Device: Redmi Note 11
  • Android Version: 14
  • Version of the app 1.7.0

Additional context (optional)
Add any other context about the problem here.

Please don't use titles like [Bug], use clear and well formatted titles like "Some error in Screen".
Duplicates and invalid issues will be closed.

@xfarrow xfarrow added the 👾 Bug Something isn't working label Mar 21, 2025
@Acclorite
Copy link
Owner

Was able to reproduce and it gave this exception: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT_TREE }, which suggests that there is no app to handle such action. I am not sure how some apps fixed it, but I don't think I can do anything when there's no app to handle Intent.

@Acclorite
Copy link
Owner

Now it catches the exception and shows Toast if there is no app to handle this action.

@Acclorite Acclorite added the ⏳ Awaiting release Issue that was resolved in one of the commits and now awaiting release label Mar 22, 2025
@Acclorite Acclorite removed the ⏳ Awaiting release Issue that was resolved in one of the commits and now awaiting release label Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👾 Bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants