Fix last commit
This commit is contained in:
parent
69f1888b4f
commit
f47ff85423
2 changed files with 28 additions and 29 deletions
|
@ -38,7 +38,6 @@ max_calls=10
|
|||
|
||||
[app]
|
||||
activation_code_length=4
|
||||
debug=1
|
||||
|
||||
[in-app-purchase]
|
||||
server_url=https://sip3.linphone.org:444/inapp.php
|
||||
|
|
|
@ -632,7 +632,7 @@ public final class LinphoneUtils {
|
|||
|| status.equals(LinphoneAccountCreator.Status.AccountAlreadyActivated)
|
||||
|| status.equals(LinphoneAccountCreator.Status.AccountActivated)
|
||||
|| status.equals(LinphoneAccountCreator.Status.Ok)) {
|
||||
return "allo";
|
||||
return "";
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue