mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed first contact being displayed after edition instead of last one on tablets
This commit is contained in:
parent
96a23cf16d
commit
81905e853a
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ public class ContactEditorFragment extends Fragment {
|
|||
|
||||
mContact.save();
|
||||
getFragmentManager().popBackStackImmediate();
|
||||
if (mIsNewContact) {
|
||||
if (mIsNewContact || LinphoneActivity.instance().isTablet()) {
|
||||
LinphoneActivity.instance().displayContact(mContact, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue