mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Disable animation
This commit is contained in:
parent
fce576e3a4
commit
b253722b98
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ class MessageActionsBottomSheet : VectorBaseBottomSheetDialogFragment(), Message
|
|||
actionHandlerModel = ViewModelProviders.of(requireActivity()).get(ActionsHandler::class.java)
|
||||
recyclerView.layoutManager = LinearLayoutManager(requireContext(), RecyclerView.VERTICAL, false)
|
||||
recyclerView.adapter = messageActionsEpoxyController.adapter
|
||||
// Disable item animation
|
||||
recyclerView.itemAnimator = null
|
||||
messageActionsEpoxyController.listener = this
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue