mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Improve Raise Hand behavior when in a call with a linked device.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
package org.thoughtcrime.securesms.events
|
||||
|
||||
import org.thoughtcrime.securesms.recipients.Recipient
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
data class GroupCallRaiseHandEvent(val sender: Recipient, val timestamp: Long) {
|
||||
data class GroupCallRaiseHandEvent(val sender: CallParticipant, val timestamp: Long) {
|
||||
|
||||
fun getCollapseTimestamp(): Long {
|
||||
return timestamp + TimeUnit.SECONDS.toMillis(LIFESPAN_SECONDS)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user