VoiceOver: RoomVC: No VoiceOver on media

#2726
This commit is contained in:
manuroe
2019-09-20 16:04:04 +02:00
parent ac92d62567
commit 27dc33431d
6 changed files with 124 additions and 0 deletions
@@ -90,4 +90,9 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
- (BOOL)showAllReactionsForEvent:(NSString*)eventId;
- (void)setShowAllReactions:(BOOL)showAllReactions forEvent:(NSString*)eventId;
#pragma mark - Accessibility
- (NSString*)accessibilityLabel;
@end