Improved status icon

This commit is contained in:
Sylvain Berfini 2012-10-22 09:45:16 +02:00
parent d7dccb3720
commit 4af43a8472

View file

@ -509,8 +509,7 @@ public final class LinphoneService extends Service implements LinphoneServiceLis
if (state == RegistrationState.RegistrationOk && LinphoneManager.getLc().getDefaultProxyConfig() != null && LinphoneManager.getLc().getDefaultProxyConfig().isRegistered()) {
sendNotification(IC_LEVEL_ORANGE, R.string.notification_registered);
}
if (state == RegistrationState.RegistrationFailed || state == RegistrationState.RegistrationCleared) {
else {
sendNotification(IC_LEVEL_OFFLINE, R.string.notification_register_failure);
}