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 bug fix for yes button #259

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

Kaps61929
Copy link

Description

Replaced Navigator.pop(context) with Navigator.of(context).pushNamedAndRemoveUntil(HomePage.routeName, (route) => false) to resolve a crash in debug mode and freezing in non-debug mode. The change clears the entire navigation stack, preventing memory issues and ensuring a reliable navigation flow.

Fixes #256

Screenshots

YesButton_bug_crash_solved.mp4

Checklist

  • Code follows the established coding style guidelines
  • All tests are passing

@Pavel401 Pavel401 merged commit efc3123 into CCExtractor:main Jan 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug Crash and Freezing on Task Edit Page (Yes Button Press)
2 participants