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 closing animation bug #314

Merged
merged 1 commit into from Nov 28, 2023
Merged

Fix closing animation bug #314

merged 1 commit into from Nov 28, 2023

Conversation

passsy
Copy link
Member

@passsy passsy commented Nov 28, 2023

Fixes #311

@passsy passsy merged commit eeddef1 into stable Nov 28, 2023
4 checks passed
@passsy passsy deleted the fix-311 branch November 28, 2023 18:26
@@ -442,6 +444,46 @@ void main() {
expect(submittedFeedback!.labels, ['lbl-1', 'lbl-2']);
expect(submittedFeedback.message, 'feedback with labels');
});

testWidgets('spam tap during close animation', (tester) async {

Choose a reason for hiding this comment

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

lol I was wondering what our users had been doing

Copy link
Member Author

Choose a reason for hiding this comment

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

This was my first prediction. But the actual bug happened only after swiping first

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.

Null check error during animateToClosed
2 participants