Skip to content

Commit

Permalink
Convert NodeInfo to Kotlin
Browse files Browse the repository at this point in the history
Summary: Converts NodeInfo to Kotlin

Reviewed By: zielinskimz

Differential Revision: D55063162

fbshipit-source-id: 808619e5df9a1d472bfff2996cefcbfe2d45cd65
  • Loading branch information
kingsleyadio authored and facebook-github-bot committed Mar 26, 2024
1 parent 9f2c76c commit ae3a559
Show file tree
Hide file tree
Showing 6 changed files with 818 additions and 941 deletions.
2 changes: 1 addition & 1 deletion litho-core/src/main/java/com/facebook/litho/CommonProps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class CommonProps : LayoutProps, Equivalence<CommonProps?> {
}

fun tooltipText(tooltipText: String?) {
getOrCreateNodeInfo().setTooltipText(tooltipText)
getOrCreateNodeInfo().tooltipText = tooltipText
}

val isKeyboardNavigationCluster: Boolean
Expand Down
Loading

0 comments on commit ae3a559

Please sign in to comment.