mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add parent id to children array to support proper deletion.
This commit is contained in:
@@ -188,7 +188,7 @@ class CallEventCache(
|
||||
} else {
|
||||
CallLogRow.GroupCallState.NONE
|
||||
},
|
||||
children = children,
|
||||
children = setOf(parent.rowId) + children,
|
||||
searchQuery = filterState.query,
|
||||
callLinkPeekInfo = AppDependencies.signalCallManager.peekInfoSnapshot[peer.id],
|
||||
canUserBeginCall = if (peer.isGroup) {
|
||||
|
||||
Reference in New Issue
Block a user