Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information