I have a live data like this
companion object { val themUpdateSubscriber = MutableLiveData() }
I have subscribe to it like thi