Skip to content
Snippets Groups Projects
Commit 917dc967 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

smartlist: fix clearConversation visibility

Change-Id: I294cf24735493fa55a4e1a799774f3e5acf124d5
parent 604e9205
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ ContextMenuAutoLoader {
GeneralMenuItem {
id: clearConversation
canTrigger: isCoreDialog && !hasCall && !root.isBanned
canTrigger: mode === Conversation.Mode.NON_SWARM && !hasCall && !root.isBanned
itemName: JamiStrings.clearConversation
iconSource: JamiResources.ic_clear_24dp_svg
onClicked: MessagesAdapter.clearConversationHistory(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment