Fix MessageActionsBottomSheet not being shown on local echos #4068
This commit is contained in:
parent
e4bc60d255
commit
8ecaaa08cf
|
@ -0,0 +1 @@
|
|||
MessageActionsBottomSheet not being shown on local echos
|
|
@ -1722,7 +1722,7 @@ class RoomDetailFragment @Inject constructor(
|
|||
|
||||
override fun onEventLongClicked(informationData: MessageInformationData, messageContent: Any?, view: View): Boolean {
|
||||
view.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS)
|
||||
val roomId = roomDetailViewModel.timeline.getTimelineEventWithId(informationData.eventId)?.roomId ?: return false
|
||||
val roomId = roomDetailArgs.roomId
|
||||
this.view?.hideKeyboard()
|
||||
|
||||
MessageActionsBottomSheet
|
||||
|
|
Loading…
Reference in New Issue