Fix merge
This commit is contained in:
parent
657c729eb7
commit
6b0e06782e
2 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,6 @@ import android.widget.TextView;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
|
|
||||||
import org.linphone.compatibility.Compatibility;
|
import org.linphone.compatibility.Compatibility;
|
||||||
import org.linphone.core.LinphoneAccountCreator;
|
|
||||||
import org.linphone.core.LinphoneAddress;
|
import org.linphone.core.LinphoneAddress;
|
||||||
import org.linphone.core.LinphoneBuffer;
|
import org.linphone.core.LinphoneBuffer;
|
||||||
import org.linphone.core.LinphoneChatMessage;
|
import org.linphone.core.LinphoneChatMessage;
|
||||||
|
|
|
@ -548,6 +548,7 @@ private static AssistantActivity instance;
|
||||||
if (!newAccount) {
|
if (!newAccount) {
|
||||||
displayRegistrationInProgressDialog();
|
displayRegistrationInProgressDialog();
|
||||||
}
|
}
|
||||||
|
accountCreated = true;
|
||||||
} catch (LinphoneCoreException e) {
|
} catch (LinphoneCoreException e) {
|
||||||
Log.e(e);
|
Log.e(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue