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: Prevent swipe-to-dismiss on CupertinoRoute when blocked by PopScope #1117

Conversation

TrentStarky
Copy link
Contributor

Fixes #1116

I have left the deprecated if (route.hasScopedWillPopCallback) return false; statement so this does not cause breaking changes to existing implementations, but it can be removed if wanted.

… be allowed to be popped via sliding gesture.
@FilledStacks FilledStacks enabled auto-merge (squash) September 4, 2024 09:28
@FilledStacks FilledStacks enabled auto-merge (squash) September 4, 2024 09:28
@FilledStacks FilledStacks merged commit ac3735c into Stacked-Org:master Sep 4, 2024
1 check failed
@FilledStacks
Copy link
Contributor

Thanks for the PR. This is being released

@FilledStacks
Copy link
Contributor

🎉 This PR is included in version 3.4.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: CupertinoRoute do not respect PopScope when allowing swipe-to-dismiss
2 participants