hide accessibility when the home screen cell is in placeholder mode
This commit is contained in:
@@ -43,6 +43,7 @@ struct HomeScreenRoomCell: View {
|
||||
}
|
||||
.buttonStyle(HomeScreenRoomCellButtonStyle(isSelected: isSelected))
|
||||
.accessibilityIdentifier(A11yIdentifiers.homeScreen.roomName(room.name))
|
||||
.accessibilityHidden(redactionReasons.contains(.placeholder) ? true : false)
|
||||
}
|
||||
|
||||
@ViewBuilder @MainActor
|
||||
|
||||
Reference in New Issue
Block a user