Skip to content

Commit

Permalink
make sure that canDeleteConversation is used to determine if "Delete …
Browse files Browse the repository at this point in the history
…all message" is shown.

Signed-off-by: Marcel Hibbe <[email protected]>
  • Loading branch information
mahibi committed Jan 17, 2025
1 parent 86db9f7 commit 35f9e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class ConversationInfoActivity :
if (CapabilitiesUtil.hasSpreedFeatureCapability(
spreedCapabilities,
SpreedFeatures.CLEAR_HISTORY
)
) && conversationCopy.canDeleteConversation
) {
binding.clearConversationHistory.visibility = VISIBLE
} else {
Expand Down

0 comments on commit 35f9e33

Please sign in to comment.