Skip to content
Prev Previous commit
Next Next commit
revert
  • Loading branch information
romtsn committed Sep 13, 2024
commit fe15f79b2a89e44dbbd18edd042bea5558832bb3
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ sealed class ViewHierarchyNode(
parent.setImportantForCaptureToAncestors(true)
return TextViewHierarchyNode(
layout = view.layout,
dominantColor = view.dominantTextColor.toOpaque(),
dominantColor = view.currentTextColor.toOpaque(),
paddingLeft = view.totalPaddingLeft,
paddingTop = view.totalPaddingTopSafe,
x = view.x,
Expand Down