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;
|
return fragment == CONTACTS;
|
||||||
|
|
||||||
case EDIT_CONTACT:
|
case EDIT_CONTACT:
|
||||||
return fragment == CONTACT;
|
return fragment == CONTACT || fragment == CONTACTS;
|
||||||
|
|
||||||
case CHAT:
|
case CHAT:
|
||||||
return fragment == CHATLIST;
|
return fragment == CHATLIST;
|
||||||
|
|
Loading…
Reference in a new issue