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

Back Button Behaviour and Navigation Problems #13574

Closed
4 tasks done
alperozturk96 opened this issue Sep 16, 2024 · 2 comments · Fixed by #13599
Closed
4 tasks done

Back Button Behaviour and Navigation Problems #13574

alperozturk96 opened this issue Sep 16, 2024 · 2 comments · Fixed by #13599
Assignees
Labels
bug enhancement feature: files navigation Navigation matters (e.g. covered under #11072) stable-3.30

Comments

@alperozturk96
Copy link
Collaborator

⚠️ Before posting ⚠️

  • This is a bug, not a question or an enhancement.
  • I've searched for similar issues and didn't find a duplicate.
  • I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
  • I agree to follow Nextcloud's Code of Conduct.

Steps to reproduce

  1. Have some personal or shared files
  2. From drawer menu, pick personal or shared files
  3. Personal or shared files will be listed
  4. Navigate any folder inside personal or shared files
  5. Press back button
  6. All files will be listed instead of previous directory

Expected behaviour

When a user pressing the back button, the user should return to the previous directory.

Actual behaviour

Pressing the back button does not return the user to the expected root directory

Android version

14

Device brand and model

Android Emulator

Stock or custom OS?

Stock

Nextcloud android app version

3.30.0

Nextcloud server version

29.0.4

Using a reverse proxy?

I don't know

Android logs

No response

Server error logs

No response

Additional information

The issue arises due to the lack of a proper navigation flow and the inability to provide a single source of truth because many classes are inherits from one another.

By gradually eliminating the dependencies between the classes and establishing a proper navigation flow, this issue will be resolved.

@joshtrichards
Copy link
Member

Presumably fixed by #13599?

@alperozturk96 alperozturk96 linked a pull request Oct 9, 2024 that will close this issue
1 task
@alperozturk96
Copy link
Collaborator Author

fixed by #13599

@alperozturk96 alperozturk96 self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement feature: files navigation Navigation matters (e.g. covered under #11072) stable-3.30
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants