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…
Reference in a new issue