From 757e6a07979f4a4e0d2e698979571817b72a1c99 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 21 Mar 2022 10:29:22 +0100 Subject: [PATCH] use adjusted primary color at fastscroller --- .../filemanager/pro/fragments/ItemsFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt index 29397f14..9fd47fda 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt @@ -59,7 +59,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF initDrawables() } - items_fastscroller.updateColors(primaryColor) + items_fastscroller.updateColors(context!!.getAdjustedPrimaryColor()) if (currentPath != "") { breadcrumbs.updateColor(textColor)