mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix assistant
Check username on proxy configuration
This commit is contained in:
parent
733c2f7a31
commit
9817d37be7
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ private static AssistantActivity instance;
|
|||
|
||||
try {
|
||||
String identity = proxyConfig.getIdentity();
|
||||
if (identity == null) {
|
||||
if (identity == null || accountCreator.getUsername() == null) {
|
||||
LinphoneUtils.displayErrorAlert(getString(R.string.error), this);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue