kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix bug where you couldn't add new raw phone numbers to groups.
rodzic
bb8b987833
commit
fde0726500
|
@ -20,6 +20,7 @@ class ContactSearchRepository {
|
|||
contactSearchKeys.map {
|
||||
val isSelectable = when (it) {
|
||||
is ContactSearchKey.RecipientSearchKey -> canSelectRecipient(it.recipientId)
|
||||
is ContactSearchKey.UnknownRecipientKey -> it.sectionKey == ContactSearchConfiguration.SectionKey.PHONE_NUMBER
|
||||
else -> false
|
||||
}
|
||||
ContactSearchSelectionResult(it, isSelectable)
|
||||
|
|
Ładowanie…
Reference in New Issue