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
Update PreparedLayoutTextView for new state type (facebook#51301)
Summary:
Pull Request resolved: facebook#51301
The type of the state we pass has changed, since the original prototype. Need to update the Java side to reflect this.
Changelog: [Internal]
Reviewed By: rshest
Differential Revision: D74417253
fbshipit-source-id: 9159689e07d6f00504b5116a647c7afdf79005f4
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/PreparedLayoutTextViewManager.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
8
8
packagecom.facebook.react.views.text
9
9
10
-
importandroid.text.Layout
11
10
importandroid.text.Spanned
12
11
importandroid.view.View
13
12
importcom.facebook.react.R
@@ -63,7 +62,7 @@ internal class PreparedLayoutTextViewManager :
0 commit comments