File tree Expand file tree Collapse file tree
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public constructor(
9191 ReactTextView (context)
9292
9393 override fun updateExtraData (view : ReactTextView , extraData : Any ) {
94- SystraceSection (" ReactTextViewManager.updateExtraData" ).use { s ->
94+ SystraceSection (" ReactTextViewManager.updateExtraData" ).use { _ ->
9595 val update = extraData as ReactTextUpdate
9696 val spanned: Spanned = update.text
9797 view.setText(update)
@@ -132,7 +132,7 @@ public constructor(
132132 props : ReactStylesDiffMap ,
133133 stateWrapper : StateWrapper ,
134134 ): Any? {
135- SystraceSection (" ReactTextViewManager.updateState" ).use { s ->
135+ SystraceSection (" ReactTextViewManager.updateState" ).use { _ ->
136136 val refState = (stateWrapper as ? ReferenceStateWrapper )?.stateDataReference
137137 if (refState is PreparedLayout ) {
138138 return getReactTextUpdateFromPreparedLayout(view, refState)
You can’t perform that action at this time.
0 commit comments