We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85058e5 commit c81e67cCopy full SHA for c81e67c
app/src/main/java/org/thoughtcrime/securesms/conversation/v2/MessageDetailsViewModel.kt
@@ -384,7 +384,7 @@ data class MessageDetailsState(
384
val proBadgeClickable: Boolean = false,
385
) {
386
val fromTitle = GetString(R.string.from)
387
- val canReply: Boolean get() = !readOnly && record?.isOpenGroupInvitation != true
+ val canReply: Boolean get() = !readOnly && record?.isOpenGroupInvitation != true && error == null
388
val canDelete: Boolean get() = !readOnly
389
}
390
0 commit comments