fix: more combining shit
This commit is contained in:
parent
a7589a0296
commit
ed0e06d1af
3 changed files with 15 additions and 26 deletions
|
@ -24,7 +24,7 @@ class DownloadAddonManager(
|
|||
override var name: String = "Download Addon"
|
||||
override var type = AddonType.DOWNLOAD
|
||||
|
||||
private val _isInitialized = MutableLiveData<Boolean>().apply { value = false }
|
||||
private val _isInitialized = MutableLiveData<Boolean>().apply { postValue(false) }
|
||||
val isInitialized: LiveData<Boolean> = _isInitialized
|
||||
|
||||
private var error: String? = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue