Join Slack
Powered by
How would I check the value of a MutableLiveData&l...
# announcements
s
Steve
09/08/2020, 8:26 PM
How would I check the value of a MutableLiveData<Boolean> and if it's null, default it to false?
a
asad.awadia
09/08/2020, 8:53 PM
can you post your val/var declaration code snippet?
i
Ian Lake
09/09/2020, 1:25 AM
Is there a reason you're not using the MutableLiveData constructor that takes a default value?
85
Views
Open in Slack
Previous
Next