Fixed
Status Update
Comments
se...@google.com <se...@google.com>
ma...@gmail.com <ma...@gmail.com> #2
Stephan, can you please take a look and triage?
ap...@google.com <ap...@google.com> #3
This bug has already been fixed. I will leave this bug open until the fix will be publicly available.
mi...@gmail.com <mi...@gmail.com> #4
Thank you
mi...@gmail.com <mi...@gmail.com> #5
Any updates about when this is going live?
mi...@gmail.com <mi...@gmail.com> #6
Hi, I hate to keep posting same comments, but are there any plans to release this fix? It's blocking us from updating to fragment 1.3.2+.
ja...@gmail.com <ja...@gmail.com> #7
D
c0...@gmail.com <c0...@gmail.com> #8
How do you update components that are viewed through the chrome.url page of they all indicate that they are not up to date
c0...@gmail.com <c0...@gmail.com> #9
Also my phone was in the hands of a skilled IT individual, how can I verify what, if any, modifications took place. I cannot enter recovery mode on my device....
Description
Version used: 2.3.1
```
class MyClass {
internal val liveDataField = MutableLiveData<Boolean>()
fun foo() {
liveDataField.value = false
liveDataField.value = null
}
}
```