Skip to content
Snippets Groups Projects
Commit 7ea5a5de authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

callviewcontextmenu: prevent paused sip audio call to show invalid item

Change-Id: If4207eae99b13d9f916ecdf95497c7e666ad889d
parent b869a34a
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ Item {
ContextMenuGenerator.addMenuSeparator()
}
if (!isAudioOnly) {
if (!isAudioOnly && !isPaused) {
ContextMenuGenerator.addMenuItem(isRecording ? JamiStrings.stopRec :
JamiStrings.startRec,
"qrc:/images/icons/ic_video_call_24px.svg",
......
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