Fix fragment issue when going directly from dialer to settings
This commit is contained in:
parent
d9cbf18ad8
commit
281f75c158
1 changed files with 1 additions and 1 deletions
|
@ -789,8 +789,8 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene
|
|||
exit();
|
||||
} else {
|
||||
FragmentsAvailable newFragment = (FragmentsAvailable) data.getExtras().getSerializable("FragmentToDisplay");
|
||||
selectMenu(newFragment);
|
||||
changeCurrentFragment(newFragment, null, true);
|
||||
selectMenu(newFragment);
|
||||
}
|
||||
}
|
||||
else if (requestCode == callActivity) {
|
||||
|
|
Loading…
Reference in a new issue