Update shortcuts on viewing local contacts

This commit is contained in:
M66B
2019-03-15 07:21:04 +00:00
parent 6ed3b1c6ab
commit b925cb5a7d
3 changed files with 89 additions and 73 deletions

View File

@@ -93,6 +93,8 @@ public class FragmentContacts extends FragmentBase {
grpReady.setVisibility(View.VISIBLE);
}
});
Shortcuts.update(getContext(), getViewLifecycleOwner());
}
@Override