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

Fix: Close previous snackbar when switching profiles #227

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

Photon3009
Copy link
Contributor

Description

To close the previously opened Snackbar when switching between different files in Flutter, I have used the hideCurrentSnackBar method from the ScaffoldMessenger class right before displaying the new Snackbar. This method will immediately hide the current Snackbar, if any, and then the new Snackbar will be displayed.

Fixes #218

Screen Recording

VN20231223_003637.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

@Photon3009
Copy link
Contributor Author

@Pavel401 please review this!

Copy link
Member

@Pavel401 Pavel401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Pavel401 Pavel401 merged commit b972f3b into CCExtractor:main Dec 23, 2023
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.

Enhancement: closing previous snackbar while switiching profiles
2 participants