mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
@@ -40,7 +40,7 @@ final class MentionsPickerRepository {
|
||||
|
||||
@WorkerThread
|
||||
@NonNull List<Recipient> search(@NonNull MentionQuery mentionQuery) {
|
||||
if (mentionQuery.query == null) {
|
||||
if (mentionQuery.query == null || mentionQuery.members.isEmpty()) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user