mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix skipping subsequent call links.
This commit is contained in:
committed by
Cody Henthorne
parent
23669c3c37
commit
8e92ddbd53
@@ -98,7 +98,8 @@ class CallEventCache(
|
||||
val child = next()
|
||||
|
||||
if (child.type == Type.AD_HOC_CALL.code) {
|
||||
continue
|
||||
previous()
|
||||
break
|
||||
}
|
||||
|
||||
if (parent.peer == child.peer && parent.direction == child.direction && isEventMatch(parent, child) && isWithinTimeout(parent, child)) {
|
||||
|
||||
Reference in New Issue
Block a user