mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Add search highlight to call rows.
This commit is contained in:
committed by
Nicholas Tinsley
parent
6e6b663fac
commit
3aacf4bcd2
@@ -974,7 +974,8 @@ class CallTable(context: Context, databaseHelper: SignalDatabase) : DatabaseTabl
|
||||
date = call.timestamp,
|
||||
peer = Recipient.resolved(call.peer),
|
||||
groupCallState = CallLogRow.GroupCallState.fromDetails(groupCallDetails),
|
||||
children = actualChildren.toSet()
|
||||
children = actualChildren.toSet(),
|
||||
searchQuery = searchTerm
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user