Fixed build with latest SDK
This commit is contained in:
parent
3215ecc328
commit
2dc7a2aaea
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…
Reference in a new issue