Skip to content

Commit db6f1de

Browse files
committed
remove comments
1 parent e0eaa3c commit db6f1de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Libraries/Text/Text.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ const Text: React.AbstractComponent<
231231
const _hasOnPressOrOnLongPress =
232232
props.onPress != null || props.onLongPress != null;
233233

234-
// 1) trigger the announcement and add to the queue
235-
// 2) failure -> if first item in queue equal to the that failed
236-
// f --> edcb --> a
237-
// 3) pop first item and trigger again announcement
238-
// 4) when failure triggers, add it to the queue
239234
let retryAnnouncement;
240235
// the event listener detects if VoiceOver announcement fails
241236
AccessibilityInfo.addEventListener(

0 commit comments

Comments
 (0)