fix to not replace folder with some thumbnail from files

fix #2757

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-02-10 12:46:48 +01:00
parent 29a9b0e381
commit 4bca10a5fa
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -147,7 +147,6 @@ class RemoteFileBrowserActivity : AppCompatActivity(), SelectionInterface, Swipe
viewModel.selectedPaths.observe(this) { selectedPaths ->
filesSelectionDoneMenuItem?.isVisible = !selectedPaths.isNullOrEmpty()
binding.recyclerView.adapter?.notifyDataSetChanged()
}
}