Fix conflicts

This commit is contained in:
ariskotsomitopoulos 2022-01-31 16:21:46 +02:00
parent d509b3324c
commit 15fe9edfbd

View file

@ -1930,14 +1930,11 @@ class TimelineFragment @Inject constructor(
timelineViewModel.handle(RoomDetailAction.TapOnFailedToDecrypt(informationData.eventId))
}
}
else -> {
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
}
is MessageLocationContent -> {
handleShowLocationPreview(messageContent, informationData.senderId)
}
else -> {
Timber.d("No click action defined for this message content")
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
}
}
}