Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix double subscription to on/off label accessibility notification.#12464

Closed
brandondiamond wants to merge 1 commit into
flutter-team-archive:masterfrom
brandondiamond:fixgoof
Closed

Fix double subscription to on/off label accessibility notification.#12464
brandondiamond wants to merge 1 commit into
flutter-team-archive:masterfrom
brandondiamond:fixgoof

Conversation

@brandondiamond

Copy link
Copy Markdown
Contributor

An extra subscription was accidentally added in #12404. This will cause onAccessibilityStatusChanged to be invoked an extra time (it isn't an error to subscribe twice, but this is nonetheless suboptimal).

This removes the extraneous subscription.

@jonahwilliams jonahwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@chinmaygarde

Copy link
Copy Markdown
Contributor

#12404 had to be reverted. You may apply this change when when we attempt to reland that patch.

@cbracken

Copy link
Copy Markdown
Contributor

I've added a comment to the original PR and unchecked the fact that it has landed on flutter/flutter#43041. Given that the reverted PR hasn't landed yet, let's close this for now. Whoever re-lands it can remove the duplicate based on the comment on the original.

@cbracken cbracken closed this Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

5 participants