Skip to content
Snippets Groups Projects
Commit 1668ba97 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Fix new call button when recording

parent e979dd75
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ sflphone_pick_up()
(void) time(&selectedCall->_stop);
break;
case CALL_STATE_CURRENT:
case CALL_STATE_RECORD:
sflphone_new_call();
break;
case CALL_STATE_RINGING:
......
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