<@U0B98KWF4> from the Android team wrote this on r...
# android
c
@yigit from the Android team wrote this on reddit though
If the LiveData is marked as
LiveData<T?>
then it is
nullable
. If it is,
LiveData<T>
, you won't be able to call
setValue
with a
nullable
value.
That's why I'm confused. https://www.reddit.com/r/androiddev/comments/bsecto/since_when_is_value_emitted_by_livedata_not/