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 TooltipState null check error #106330

Conversation

bleroux
Copy link
Contributor

@bleroux bleroux commented Jun 21, 2022

Description

This PR fixes a null check error when calling TooltipState.ensureTooltipVisible.
Before this PR, if TooltipState.ensureTooltipVisible is called when the state is unmounted it will throw.
After this PR, for developer convenience, TooltipState.ensureTooltipVisible returns false instead of throwing when the state is unmounted.

Related Issue

Fixes #95851

Tests

Adds 1 test.

@flutter-dashboard flutter-dashboard bot added f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Jun 21, 2022
@bleroux bleroux requested a review from guidezpl June 21, 2022 08:34
Copy link
Member

@guidezpl guidezpl left a comment

Choose a reason for hiding this comment

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

  _    ___ _____ __  __ 
 | |  / __|_   _|  \/  |
 | |_| (_ | | | | |\/| |
 |____\___| |_| |_|  |_|
                        

@bleroux bleroux force-pushed the fix_tooltip_create_new_entry_null_check_error branch 3 times, most recently from 5e14c88 to a3d3202 Compare June 21, 2022 18:48
@bleroux bleroux force-pushed the fix_tooltip_create_new_entry_null_check_error branch from a3d3202 to fc9a62c Compare June 22, 2022 04:36
@bleroux bleroux added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 22, 2022
@auto-submit auto-submit bot merged commit 399a649 into flutter:master Jun 22, 2022
@bleroux bleroux deleted the fix_tooltip_create_new_entry_null_check_error branch June 22, 2022 05:48
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 22, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jun 22, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 22, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 22, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jun 22, 2022
camsim99 pushed a commit to camsim99/flutter that referenced this pull request Aug 10, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 30, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
2 participants