Skip to content

Commit e09980a

Browse files
protikbiswas100Protik Biswas
andauthored
removing unnecessray statement by narrator on clicking hamburger button (#717)
Co-authored-by: Protik Biswas <protikbiswas100@microsoft.com>
1 parent c6434cc commit e09980a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NewArch/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ function CustomDrawerContent({ navigation }: { navigation: any }) {
357357
ref={hamburgerRef}
358358
accessibilityRole="button"
359359
accessibilityLabel="Navigation menu"
360-
accessibilityHint={'Tap to collapse navigation menu'}
361360
style={styles.menu}
362361
onPress={() => {
363362
if (isDrawerOpen) {

0 commit comments

Comments
 (0)