Empty line changes

This commit is contained in:
Juha Heinanen
2025-12-30 03:43:39 +02:00
parent b8ef74811d
commit 3b626dc314

View File

@ -1898,12 +1898,12 @@ class BaresipService: Service() {
var messages by mutableStateOf(emptyList<Message>())
val messageUpdate = MutableLiveData<Long>()
val registrationUpdate = MutableLiveData<Long>()
val serviceEvent = MutableLiveData<Event<Long>>()
val serviceEvents = mutableListOf<ServiceEvent>()
val calls = ArrayList<Call>()
var callHistory = ArrayList<CallHistoryNew>()
var blocked = ArrayList<Blocked>()
var contactsMode = "baresip"