mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed build with latest SDK
This commit is contained in:
parent
25f475961d
commit
be667bbe1b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class RemoteProvisioningViewModel : ViewModel() {
|
|||
val fetchSuccessfulEvent = MutableLiveData<Event<Boolean>>()
|
||||
|
||||
private val listener = object : CoreListenerStub() {
|
||||
override fun onConfiguringStatus(core: Core, status: ConfiguringState, message: String) {
|
||||
override fun onConfiguringStatus(core: Core, status: ConfiguringState, message: String?) {
|
||||
fetchInProgress.value = false
|
||||
when (status) {
|
||||
ConfiguringState.Successful -> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue