mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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…
Add table
Reference in a new issue