mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Add comment
This commit is contained in:
parent
a8953568f3
commit
b7ec495d6b
1 changed files with 1 additions and 0 deletions
|
@ -1351,6 +1351,7 @@ class RoomDetailFragment @Inject constructor(
|
|||
val previewable = attachments.filterPreviewables()
|
||||
val nonPreviewable = attachments.filterNonPreviewables()
|
||||
if (nonPreviewable.isNotEmpty()) {
|
||||
// Send the non previewable event right now (?)
|
||||
roomDetailViewModel.handle(RoomDetailAction.SendMedia(nonPreviewable))
|
||||
}
|
||||
if (previewable.isNotEmpty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue