Skip to content
Snippets Groups Projects
Commit fec65d67 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Andreas Traczyk
Browse files

call: remove useless status


Change-Id: I3ea09bdc7ce093ca4c3146b74b181f7891381fd6
Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
parent 89911249
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,6 @@ ...@@ -257,7 +257,6 @@
using Status = lrc::api::call::Status; using Status = lrc::api::call::Status;
switch (currentCall.status) { switch (currentCall.status) {
case Status::SEARCHING: case Status::SEARCHING:
case Status::OUTGOING_REQUESTED:
case Status::CONNECTING: case Status::CONNECTING:
[headerContainer setHidden:YES]; [headerContainer setHidden:YES];
[outgoingPanel setHidden:NO]; [outgoingPanel setHidden:NO];
...@@ -282,7 +281,6 @@ ...@@ -282,7 +281,6 @@
[self setupConference:currentCall]; [self setupConference:currentCall];
break;*/ break;*/
case Status::PAUSED: case Status::PAUSED:
case Status::PEER_PAUSED:
case Status::INACTIVE: case Status::INACTIVE:
case Status::IN_PROGRESS: case Status::IN_PROGRESS:
// change constraints (uncollapse avatar) // change constraints (uncollapse avatar)
...@@ -292,7 +290,6 @@ ...@@ -292,7 +290,6 @@
[headerContainer setHidden:NO]; [headerContainer setHidden:NO];
break; break;
case Status::CONNECTED: case Status::CONNECTED:
case Status::AUTO_ANSWERING:
break; break;
case Status::ENDED: case Status::ENDED:
case Status::TERMINATING: case Status::TERMINATING:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment