mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
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:
parent
29a9b0e381
commit
4bca10a5fa
@ -147,7 +147,6 @@ class RemoteFileBrowserActivity : AppCompatActivity(), SelectionInterface, Swipe
|
|||||||
|
|
||||||
viewModel.selectedPaths.observe(this) { selectedPaths ->
|
viewModel.selectedPaths.observe(this) { selectedPaths ->
|
||||||
filesSelectionDoneMenuItem?.isVisible = !selectedPaths.isNullOrEmpty()
|
filesSelectionDoneMenuItem?.isVisible = !selectedPaths.isNullOrEmpty()
|
||||||
binding.recyclerView.adapter?.notifyDataSetChanged()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user