-
Notifications
You must be signed in to change notification settings - Fork 6k
Support accessibility labels on iOS switches. #12404
Conversation
|
@brandondiamond I think you might be synced to a bad PR, can you pull an updated master into your PR? |
|
Also, please check the errors due to code formatting |
|
Fixed formatting and merged with master (hopefully my git-fu didn't mess everything up)! |
|
Missed a change in web_ui, should be fixed and ready for review :) Thanks again, Jonah. |
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
This commit is causing iOS LUCI failures. |
|
|
This reverts commit 147d0c3.
[email protected]:flutter/engine.git/compare/b126ba758533...5b5fd75 git log b126ba7..5b5fd75 --no-merges --oneline 2019-09-26 [email protected] Revert "Support accessibility labels on iOS switches. (#12404)" (flutter/engine#12466) 2019-09-26 [email protected] Support accessibility labels on iOS switches. (flutter/engine#12404) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
[email protected]:flutter/engine.git/compare/b126ba758533...5b5fd75 git log b126ba7..5b5fd75 --no-merges --oneline 2019-09-26 [email protected] Revert "Support accessibility labels on iOS switches. (flutter#12404)" (flutter/engine#12466) 2019-09-26 [email protected] Support accessibility labels on iOS switches. (flutter/engine#12404) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
| [center addObserver:self | ||
| selector:@selector(onAccessibilityStatusChanged:) | ||
| name:UIAccessibilityOnOffSwitchLabelsDidChangeNotification | ||
| object:nil]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this is re-landed, only one of these two duplicate notifications should be applied. See #12464.
This is the engine change needed to support flutter/flutter#39993.
Queries / tracks the accessibility in iOS and plumbs it through to the framework via AccessibilityFeatures.
Issue: flutter/flutter#4830.