Merge pull request #1572 from bemusementpark/qa-28

[QA-28] Change conversations heading in search
pull/1576/head
ThomasSession 10 months ago committed by GitHub
commit 30279ccec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -253,7 +253,7 @@ class HomeActivity : PassphraseRequiredActionBarActivity(),
}
else -> buildList {
result.contactAndGroupList.takeUnless { it.isEmpty() }?.let {
add(GlobalSearchAdapter.Model.Header(R.string.contacts))
add(GlobalSearchAdapter.Model.Header(R.string.conversations))
addAll(it)
}
result.messageResults.takeUnless { it.isEmpty() }?.let {

Loading…
Cancel
Save