mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix group call flickering missed.
This commit is contained in:
committed by
Greyson Parrelli
parent
3c10966a36
commit
d424a60345
@@ -605,22 +605,6 @@ class CallTable(context: Context, databaseHelper: SignalDatabase) : DatabaseTabl
|
||||
return handleCallLinkUpdate(callRecipient, timestamp, CallId.fromEra(eraId), Direction.INCOMING)
|
||||
}
|
||||
|
||||
fun insertOrUpdateGroupCallFromExternalEvent(
|
||||
groupRecipientId: RecipientId,
|
||||
sender: RecipientId,
|
||||
timestamp: Long,
|
||||
messageGroupCallEraId: String?
|
||||
) {
|
||||
insertOrUpdateGroupCallFromLocalEvent(
|
||||
groupRecipientId,
|
||||
sender,
|
||||
timestamp,
|
||||
messageGroupCallEraId,
|
||||
emptyList(),
|
||||
false
|
||||
)
|
||||
}
|
||||
|
||||
fun insertOrUpdateGroupCallFromLocalEvent(
|
||||
groupRecipientId: RecipientId,
|
||||
sender: RecipientId,
|
||||
|
||||
Reference in New Issue
Block a user