mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Message action bottom sheet expanded
This commit is contained in:
parent
7ed7b18ccd
commit
fce576e3a4
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ class MessageActionsBottomSheet : VectorBaseBottomSheetDialogFragment(), Message
|
|||
|
||||
private val viewModel: MessageActionsViewModel by fragmentViewModel(MessageActionsViewModel::class)
|
||||
|
||||
override val showExpanded = true
|
||||
|
||||
private lateinit var actionHandlerModel: ActionsHandler
|
||||
|
||||
override fun injectWith(screenComponent: ScreenComponent) {
|
||||
|
|
Loading…
Reference in a new issue