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

fixed Unnecessary Alert on Unchanged Task Page Exit #261

Closed
wants to merge 1 commit into from

Conversation

yaviral17
Copy link

@yaviral17 yaviral17 commented Jan 28, 2024

Description

I have fixed the Unnecessary Alert on Unchanged Task Page according to #260 by adding a Boolean variable isModified initialized with false and assigned true when callback() function is called to forther use it in canPop paramenter of popScope in task_details.dart at line number 66

Fixes #260 Unnecessary Alert on Unchanged Task Page

  • fixed

Screenshots

Android.Emulator.-.Pixel_3a_API_34_extension_level_7_x86_64_5554.2024-01-28.23-02-10.mp4

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

@Pavel401 Pavel401 closed this Jan 29, 2024
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.

Unnecessary Alert on Unchanged Task Page Exit
2 participants