From 1a8db4def5860dd829bc22ea4efee01307157497 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 27 Mar 2019 18:01:08 +0100 Subject: [PATCH] do not allow long pressing search section titles --- .../filemanager/pro/adapters/ItemsAdapter.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt index 420aa3cb..737e04a9 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ItemsAdapter.kt @@ -96,7 +96,7 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList + holder.bindView(fileDirItem, !fileDirItem.isSectionTitle, !fileDirItem.isSectionTitle) { itemView, layoutPosition -> setupView(itemView, fileDirItem) } bindViewHolder(holder)