-
Notifications
You must be signed in to change notification settings - Fork 365
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
Back button should return to the previous directory instead of the parent directory #2337
Comments
I think this is the correct behavior too. We will have to maintain a history stack. |
An option would be acceptable, but in my opinion back should always navigate up the directory tree because it's the only consistent, predictable behaviour, and going back to the previous directory is rarely useful. |
It's not consistent with all the other apps and user expectations.
I disagree. People who use "recent files" can't go back. |
You are welcome to make improvements. |
This is done |
Description
The back button should return to the earlier screen, as is the case with the Samsung's file manager.
When one clicks the ".." directory and wants to go back, it's intuitive to press the back button.
To prevent a loop, the further presses will move to the parent directory.
To reproduce:
Information
Android version: 13
Device:
App Version: 2.12.2
Source
F-Droid
Format / File type
Not specific
Additional info / Log
The text was updated successfully, but these errors were encountered: