From 1fb6097b9d85da4765d949e7b92a831586746fec Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Mon, 6 Jan 2025 08:29:15 -0700 Subject: [PATCH] all: reformat --- .../oxycblt/auxio/list/recycler/FastScrollRecyclerView.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/java/org/oxycblt/auxio/list/recycler/FastScrollRecyclerView.kt b/app/src/main/java/org/oxycblt/auxio/list/recycler/FastScrollRecyclerView.kt index 0663a7f3f..4fe661b6d 100644 --- a/app/src/main/java/org/oxycblt/auxio/list/recycler/FastScrollRecyclerView.kt +++ b/app/src/main/java/org/oxycblt/auxio/list/recycler/FastScrollRecyclerView.kt @@ -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