Do not include self in recents list for gift badging.

This commit is contained in:
Alex Hart
2022-05-16 09:47:41 -03:00
committed by Cody Henthorne
parent b3086e595f
commit 25788ef751
6 changed files with 12 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ class GiftFlowRecipientSelectionFragment : Fragment(R.layout.gift_flow_recipient
if (query.isNullOrEmpty()) {
addSection(
ContactSearchConfiguration.Section.Recents(
includeSelf = false,
includeHeader = true,
mode = ContactSearchConfiguration.Section.Recents.Mode.INDIVIDUALS
)