Don't use FolderIconProvider
for "Manage folders" icon
This commit is contained in:
parent
4e639c7f81
commit
e7c3bc0ddc
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class K9Drawer(private val parent: MessageList, savedInstanceState: Bundle?) : K
|
|||
sliderView.addStickyFooterItem(
|
||||
PrimaryDrawerItem().apply {
|
||||
nameRes = R.string.folders_action
|
||||
iconRes = folderIconProvider.iconFolderResId
|
||||
iconRes = Icons.Outlined.Folder
|
||||
identifier = DRAWER_ID_FOLDERS
|
||||
isSelectable = false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue