Skip to content

Commit 757e6a0

Browse files
committed
use adjusted primary color at fastscroller
1 parent e25ddbc commit 757e6a0

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/fragments/ItemsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
5959
initDrawables()
6060
}
6161

62-
items_fastscroller.updateColors(primaryColor)
62+
items_fastscroller.updateColors(context!!.getAdjustedPrimaryColor())
6363

6464
if (currentPath != "") {
6565
breadcrumbs.updateColor(textColor)

0 commit comments

Comments
 (0)