Skip to content

Fix CupertinoContextMenu throws exception on route animation - #124785

Merged
auto-submit[bot] merged 3 commits into
flutter:masterfrom
TahaTesser:context_menu_route_exception
Apr 14, 2023
Merged

Fix CupertinoContextMenu throws exception on route animation#124785
auto-submit[bot] merged 3 commits into
flutter:masterfrom
TahaTesser:context_menu_route_exception

Conversation

@TahaTesser

Copy link
Copy Markdown
Contributor

fixes#124597

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Loading
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: text inputEntering text in a text field or keyboard related problemsautosubmitMerge PR when tree becomes green via auto submit Appframeworkflutter/packages/flutter repository. See also f: labels.p: cupertino_uicupertino_ui package in flutter/packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CupertinoContextMenu is using setState after it was unmounted

2 participants

@TahaTesser@justinmc