Fix crash upon refreshing register (handle new registration state LinphoneRegistrationRefreshing)

This commit is contained in:
Christophe Deschamps 2023-10-31 08:35:32 +01:00 committed by QuentinArguillere
parent 1d38941383
commit 568b9eaae2

View file

@ -186,6 +186,7 @@
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"];