Include self in recents section.

This commit is contained in:
Alex Hart
2022-06-21 10:32:46 -03:00
committed by Cody Henthorne
parent 28feba6a6c
commit 2c3d8337c3

View File

@@ -384,7 +384,8 @@ class MultiselectForwardFragment :
if (query.isNullOrEmpty()) {
addSection(
ContactSearchConfiguration.Section.Recents(
includeHeader = true
includeHeader = true,
includeSelf = true
)
)
}