Fix No more close app after first login
This commit is contained in:
parent
6c08fc565f
commit
1f449c88af
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ private static AssistantActivity instance;
|
|||
|
||||
private void goToLinphoneActivity() {
|
||||
mPrefs.firstLaunchSuccessful();
|
||||
setResult(Activity.RESULT_OK, new Intent().putExtra("isNewProxyConfig", true));
|
||||
startActivity(new Intent().setClass(this, LinphoneActivity.class).putExtra("isNewProxyConfig", true));
|
||||
finish();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue