Empty line changes
This commit is contained in:
@ -1898,12 +1898,12 @@ class BaresipService: Service() {
|
|||||||
var messages by mutableStateOf(emptyList<Message>())
|
var messages by mutableStateOf(emptyList<Message>())
|
||||||
val messageUpdate = MutableLiveData<Long>()
|
val messageUpdate = MutableLiveData<Long>()
|
||||||
val registrationUpdate = MutableLiveData<Long>()
|
val registrationUpdate = MutableLiveData<Long>()
|
||||||
|
|
||||||
val serviceEvent = MutableLiveData<Event<Long>>()
|
val serviceEvent = MutableLiveData<Event<Long>>()
|
||||||
val serviceEvents = mutableListOf<ServiceEvent>()
|
val serviceEvents = mutableListOf<ServiceEvent>()
|
||||||
|
|
||||||
val calls = ArrayList<Call>()
|
val calls = ArrayList<Call>()
|
||||||
var callHistory = ArrayList<CallHistoryNew>()
|
var callHistory = ArrayList<CallHistoryNew>()
|
||||||
|
|
||||||
var blocked = ArrayList<Blocked>()
|
var blocked = ArrayList<Blocked>()
|
||||||
|
|
||||||
var contactsMode = "baresip"
|
var contactsMode = "baresip"
|
||||||
|
|||||||
Reference in New Issue
Block a user