Add search highlight to call rows.

This commit is contained in:
Alex Hart
2023-05-19 12:55:49 -03:00
committed by Nicholas Tinsley
parent 6e6b663fac
commit 3aacf4bcd2
3 changed files with 18 additions and 4 deletions

View File

@@ -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
)
}
}