mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 07:23:38 +00:00
Include self in recents section.
This commit is contained in:
committed by
Cody Henthorne
parent
28feba6a6c
commit
2c3d8337c3
@@ -384,7 +384,8 @@ class MultiselectForwardFragment :
|
||||
if (query.isNullOrEmpty()) {
|
||||
addSection(
|
||||
ContactSearchConfiguration.Section.Recents(
|
||||
includeHeader = true
|
||||
includeHeader = true,
|
||||
includeSelf = true
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user