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

chatviewheader: show buttons for sip account

GitLab: #809
Change-Id: I0b110c1d378db83ba20be5679dc11b8337483eec
parent e87a35b1
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ Rectangle {
property bool interactionButtonsVisibility: {
if (CurrentConversation.inCall)
return false
if (LRCInstance.currentAccountType === Profile.Type.SIP)
return true
if (!CurrentConversation.isTemporary && !CurrentConversation.isSwarm)
return false
if (CurrentConversation.isRequest || CurrentConversation.needsSyncing)
......
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