Fixed missing bottom tab bar after adding SIP URI to contact from chat
This commit is contained in:
parent
956fca289c
commit
0aa26259e5
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ public class ContactsFragment extends Fragment
|
||||||
|
|
||||||
changeContactsToggle();
|
changeContactsToggle();
|
||||||
invalidate();
|
invalidate();
|
||||||
|
|
||||||
|
((ContactsActivity) (getActivity())).showTabBar();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue