mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix in-app contact editor display for tablets
This commit is contained in:
parent
732dc9ddfc
commit
4fa44cc7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public enum FragmentsAvailable {
|
|||
return fragment == CONTACTS;
|
||||
|
||||
case EDIT_CONTACT:
|
||||
return fragment == CONTACT;
|
||||
return fragment == CONTACT || fragment == CONTACTS;
|
||||
|
||||
case CHAT:
|
||||
return fragment == CHATLIST;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue