all: reformat

This commit is contained in:
Alexander Capehart 2025-01-06 08:29:15 -07:00
parent 9952579cc4
commit 1fb6097b9d
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -298,11 +298,7 @@ constructor(context: Context, attrs: AttributeSet? = null, @AttrRes defStyleAttr
if (layoutDirection == View.LAYOUT_DIRECTION_RTL) {
thumbPadding.left + thumbWidth + popupLayoutParams.leftMargin
} else {
width -
thumbPadding.right -
thumbWidth -
popupLayoutParams.rightMargin -
popupWidth
width - thumbPadding.right - thumbWidth - popupLayoutParams.rightMargin - popupWidth
}
val popupAnchorY = popupHeight / 2