You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not reset accessibility delegate if there was no delegate (#54785)
Summary:
There's a bug with focus states if we reset the accessibility delegate. We probably should not reset the delegate if we didn't previously have one.
## Changelog
[Android][Fixed] - Fix issue with focus when re-rendering text
Differential Revision: D88390326
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/ReactTextViewAccessibilityDelegate.kt
+21-18Lines changed: 21 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,20 @@ internal class ReactTextViewAccessibilityDelegate(
0 commit comments