Skip to content

Commit f7f8a00

Browse files
Merge pull request #6 from depop/feature/voiceover_fixes
feat: delete announcing
2 parents b9f0414 + 9536c6b commit f7f8a00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JSQMessages/Source/Controllers/JSQMessagesViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,6 @@ - (void)finishReceivingMessageAnimated:(BOOL)animated {
368368
if (self.automaticallyScrollsToMostRecentMessage && ![self jsq_isMenuVisible]) {
369369
[self scrollToBottomAnimated:animated];
370370
}
371-
372-
UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, [NSBundle jsq_localizedStringForKey:@"new_message_received_accessibility_announcement"]);
373371
}
374372

375373
- (void)scrollToBottomAnimated:(BOOL)animated

0 commit comments

Comments
 (0)