LiveData Transformation not getting triggered
The most common reason why transformation don't get triggered is when there is no Observer
observing it or the input LiveData
is not getting changed.
The most common reason why transformation don't get triggered is when there is no Observer
observing it or the input LiveData
is not getting changed.