mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01: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