Raival-e / File-Explorer-Compose

An Android file explorer written in Kotlin and Jetpack Compose
GNU General Public License v3.0
334 stars 14 forks source link

App Crash when opening file from External Storage #6

Closed Yugicchi closed 2 weeks ago

Yugicchi commented 3 weeks ago

Chronology

The media player works fine in internal storage. I'm able to open txt, pdf, mp3, and mp4 files.

I started to play music in external storage, and the app crashed. I thought it was my music format that isn't supported (m4a and FLAC), so I want to try again using mp3 format, but it keeps crashing.

To strengthen my assumption, I made a file within external storage; at first, it failed to create one. I made another one and it works. Time to open and edit the file, the app crashed.

Feature implementation request

I noticed that the storage list in the hamburger menu doesn't do much. I can't click any of them. I suppose, whenever we click on the list, a new tab should appear. This will make navigation more natural.

The home button under the tab is also expected to open the home folder where we can see the list of each storage.

Raival-e commented 3 weeks ago

I'd look into it. Thanks for the suggestions.

affulito commented 2 weeks ago

I've experienced this too.

Raival-e commented 2 weeks ago

You may now try the action build and see if the problem still occur.

affulito commented 2 weeks ago

It's working now. Thanks