mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-06 07:27:19 -05:00
use adjusted primary color at fastscroller
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user