Show mention picker after only typing @.
This commit is contained in:
parent
3731723472
commit
a09bc53b99
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class MentionsPickerRepositoryV2(
|
|||
private val recipients: RecipientTable = SignalDatabase.recipients
|
||||
) {
|
||||
fun search(query: String, members: List<RecipientId>): Single<List<Recipient>> {
|
||||
return if (query.isBlank() || members.isEmpty()) {
|
||||
return if (members.isEmpty()) {
|
||||
Single.just(emptyList())
|
||||
} else {
|
||||
Single
|
||||
|
|
Loading…
Add table
Reference in a new issue