diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 811122f7..7f70a7b0 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -1898,12 +1898,12 @@ class BaresipService: Service() { var messages by mutableStateOf(emptyList()) val messageUpdate = MutableLiveData() val registrationUpdate = MutableLiveData() + val serviceEvent = MutableLiveData>() val serviceEvents = mutableListOf() val calls = ArrayList() var callHistory = ArrayList() - var blocked = ArrayList() var contactsMode = "baresip"