Merge remote-tracking branch 'origin/beta_android'
This commit is contained in:
commit
657c729eb7
2 changed files with 1 additions and 2 deletions
|
@ -75,6 +75,7 @@ import android.widget.TextView;
|
|||
import android.widget.Toast;
|
||||
|
||||
import org.linphone.compatibility.Compatibility;
|
||||
import org.linphone.core.LinphoneAccountCreator;
|
||||
import org.linphone.core.LinphoneAddress;
|
||||
import org.linphone.core.LinphoneBuffer;
|
||||
import org.linphone.core.LinphoneChatMessage;
|
||||
|
|
|
@ -361,7 +361,6 @@ private static AssistantActivity instance;
|
|||
}
|
||||
identity = identity.replace("?", accountCreator.getUsername());
|
||||
addr = LinphoneCoreFactory.instance().createLinphoneAddress(identity);
|
||||
|
||||
addr.setDisplayName(accountCreator.getUsername());
|
||||
address = addr;
|
||||
proxyConfig.edit();
|
||||
|
@ -549,7 +548,6 @@ private static AssistantActivity instance;
|
|||
if (!newAccount) {
|
||||
displayRegistrationInProgressDialog();
|
||||
}
|
||||
accountCreated = true;
|
||||
} catch (LinphoneCoreException e) {
|
||||
Log.e(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue