mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fix go to contact list on demand from call view
This commit is contained in:
parent
86e8be31cd
commit
554adbc216
1 changed files with 2 additions and 0 deletions
|
|
@ -1554,8 +1554,10 @@ public class LinphoneActivity extends LinphoneGenericActivity implements OnClick
|
|||
}
|
||||
} else if (extras != null && extras.getBoolean("Transfer", false)) {
|
||||
intent.putExtra("DoNotGoToCallActivity", true);
|
||||
displayContacts(false);
|
||||
} else if (extras != null && extras.getBoolean("AddCall", false)) {
|
||||
intent.putExtra("DoNotGoToCallActivity", true);
|
||||
displayContacts(false);
|
||||
} else {
|
||||
DialerFragment dialerFragment = DialerFragment.instance();
|
||||
if (dialerFragment != null) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue