mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Temporarely revert "Add LinphoneRegistrationRefreshing status to the registration state switches to avoid crash" because the 5.3.0 SDK does not have this enum yet.
This reverts commit 1192b80906.
This commit is contained in:
parent
f13e13326f
commit
c58cbad002
1 changed files with 0 additions and 2 deletions
|
|
@ -176,7 +176,6 @@
|
|||
case LinphoneRegistrationNone:
|
||||
return [UIImage imageNamed:@"led_disconnected.png"];
|
||||
case LinphoneRegistrationProgress:
|
||||
case LinphoneRegistrationRefreshing:
|
||||
return [UIImage imageNamed:@"led_inprogress.png"];
|
||||
case LinphoneRegistrationOk:
|
||||
return [UIImage imageNamed:@"led_connected.png"];
|
||||
|
|
@ -208,7 +207,6 @@
|
|||
|
||||
switch (state) {
|
||||
case LinphoneRegistrationOk:
|
||||
case LinphoneRegistrationRefreshing:
|
||||
message = NSLocalizedString(@"Connected", nil);
|
||||
break;
|
||||
case LinphoneRegistrationNone:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue