mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Fix conflicts
This commit is contained in:
parent
d509b3324c
commit
15fe9edfbd
1 changed files with 1 additions and 4 deletions
|
@ -1930,14 +1930,11 @@ class TimelineFragment @Inject constructor(
|
||||||
timelineViewModel.handle(RoomDetailAction.TapOnFailedToDecrypt(informationData.eventId))
|
timelineViewModel.handle(RoomDetailAction.TapOnFailedToDecrypt(informationData.eventId))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else -> {
|
|
||||||
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
|
|
||||||
}
|
|
||||||
is MessageLocationContent -> {
|
is MessageLocationContent -> {
|
||||||
handleShowLocationPreview(messageContent, informationData.senderId)
|
handleShowLocationPreview(messageContent, informationData.senderId)
|
||||||
}
|
}
|
||||||
else -> {
|
else -> {
|
||||||
Timber.d("No click action defined for this message content")
|
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue