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

Navigation Bar Back Button Exits App Instead of Returning to Previous Screen #158

Open
tsutsu3 opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@tsutsu3
Copy link
Owner

tsutsu3 commented Feb 25, 2025

Describe the bug

The navigation bar's back button is not functioning correctly.

After transitioning to a new screen, pressing the back button does not return to the previous screen but instead exits the app.

To Reproduce

  1. Connect server
  2. Navigate to Settings > Theme.
  3. Wait a few seconds...
  4. Press the back button on the navigation bar.
  5. Instead of returning to the previous screen, the app exits unexpectedly.

Expected behavior

Pressing the back button should navigate back to the previous screen instead of closing the app.

Screenshots

show domainlist screen

before

Image

after

after status update(5 seconds later)

Image

Environments

  • Version: v0.9.3

Additional context

This issue seems to be related to the refresh timing. When the refresh interval is longer, the back button remains functional for a longer duration.
Alternatively, if the app does not connect to the server, the issue does not occur.

|

@tsutsu3 tsutsu3 added the bug Something isn't working label Feb 25, 2025
@tsutsu3 tsutsu3 self-assigned this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant