You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix:announcements by the screen reader interrupt any existing speech
TODO comment:Use announceForAccessibilityWithOptions to queue this behind
any in-progress announcements
By default announcements will interrupt any existing speech, but they can be queued
behind existing speech by setting queue to true in the second parameter of
announceForAccessibilityWithOptions method as it takes an object.
i have replaced announceForAccessibility() with announceForAccessibilityWithOptions().
fixes: zulip#5611
0 commit comments