mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
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();
|
||||
invalidate();
|
||||
|
||||
((ContactsActivity) (getActivity())).showTabBar();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue