mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Remove some unnecessary call tab requeries.
This commit is contained in:
@@ -17,6 +17,10 @@ data class CallLinkPeekInfo(
|
||||
val isActive: Boolean,
|
||||
val isJoined: Boolean
|
||||
) {
|
||||
|
||||
val isCompletelyInactive
|
||||
get() = callId == null && !isActive && !isJoined
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
fun fromPeekInfo(peekInfo: PeekInfo): CallLinkPeekInfo {
|
||||
|
||||
Reference in New Issue
Block a user