[ios] Stops LegacyInfobarContainer A11y notification if view is nil
UIAccessibilityPostNotification might trigger once the view has been niled. It is now crashing on iOS13 (Documentation doesn't say it can't be nil explicitly but a nil object is not an A11y element https://developer.apple.com/documentation/uikit/uiaccessibilitylayoutchangednotification) Bug: 989761 Change-Id: I04cb25c0cdbfc2655255b7b3bba78b258f2df458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844331 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#703843}
Showing
Please register or sign in to comment