Skip to content

Commit 3e54e56

Browse files
committed
Use primary color for folders
1 parent cb40349 commit 3e54e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/fossify/filemanager/adapters/ItemsAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ class ItemsAdapter(
926926
}
927927

928928
fun initDrawables() {
929-
folderDrawable = resources.getColoredDrawableWithColor(R.drawable.ic_folder_vector, textColor)
929+
folderDrawable = resources.getColoredDrawableWithColor(R.drawable.ic_folder_vector, properPrimaryColor)
930930
folderDrawable.alpha = 180
931931
fileDrawable = resources.getDrawable(R.drawable.ic_file_generic)
932932
fileDrawables = getFilePlaceholderDrawables(activity)

0 commit comments

Comments
 (0)