mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Fix group call ring state for some calls.
This commit is contained in:
@@ -518,7 +518,7 @@ class CallTable(context: Context, databaseHelper: SignalDatabase) : DatabaseTabl
|
||||
|
||||
fun isRingCancelled(ringId: Long, groupRecipientId: RecipientId): Boolean {
|
||||
val call = getCallById(ringId, CallConversationId.Peer(groupRecipientId)) ?: return false
|
||||
return call.event != Event.RINGING
|
||||
return call.event != Event.RINGING && call.event != Event.GENERIC_GROUP_CALL
|
||||
}
|
||||
|
||||
private fun handleGroupRingState(
|
||||
|
||||
Reference in New Issue
Block a user