mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Add enable contact permission banner when adding members to groups.
This commit is contained in:
committed by
Michelle Tang
parent
e4d34c1cb6
commit
fed6a0db5e
@@ -912,7 +912,7 @@ public final class ContactSelectionListFragment extends LoggingFragment {
|
||||
return ContactSearchConfiguration.build(builder -> {
|
||||
builder.setQuery(contactSearchState.getQuery());
|
||||
|
||||
if (newConversationCallback != null &&
|
||||
if ((newConversationCallback != null || findByCallback != null) &&
|
||||
!hasContactsPermissions(requireContext()) &&
|
||||
!SignalStore.uiHints().getDismissedContactsPermissionBanner() &&
|
||||
!hasQuery) {
|
||||
|
||||
Reference in New Issue
Block a user