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

Disallow opening feedback in capture mode #103

Merged
merged 1 commit into from
Nov 29, 2020

Conversation

passsy
Copy link
Member

@passsy passsy commented Nov 29, 2020

I noticed that it is possible to open the feedback sheet while in capture mode. Calling Wiredash.of(context).show() now does nothing.

This should not be possible
Screen-Shot-2020-11-29-13-50-34 83

Added test as proof

Copy link
Member

@flschweiger flschweiger left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for fixing that! 😇

@@ -50,6 +50,7 @@ class SpotlightState extends State<Spotlight>
@override
void dispose() {
_animationController.dispose();
_timer?.cancel();
Copy link
Member

Choose a reason for hiding this comment

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

Nice catch! I completely forgot that 🙈

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.

2 participants