Removed unuswed call val

This commit is contained in:
Juha Heinanen
2026-01-23 04:45:37 +02:00
parent b456f1fd1a
commit f36aedce27

View File

@ -31,7 +31,6 @@ class Call(val callp: Long, val ua: UserAgent, val peerUri: String, val dir: Str
var callDuration: Int = 0
val showSuggestions: MutableState<Boolean> = mutableStateOf(false)
val showCallButton: MutableState<Boolean> = mutableStateOf(true)
val callButtonEnabled: MutableState<Boolean> = mutableStateOf(true)
val showCancelButton: MutableState<Boolean> = mutableStateOf(false)
val showAnswerRejectButtons: MutableState<Boolean> = mutableStateOf(false)
val showHangupButton: MutableState<Boolean> = mutableStateOf(false)