Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
an...@google.com <an...@google.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
Component used: Fragment Version used: 1.2.1
When building from the command line, R8 outputs the following warning:
R8: The rule
-neverclassinline public class ** implements androidx.fragment.app.Fragment
uses implements but actually matches extends. R8: The rule-keep public class ** implements androidx.fragment.app.Fragment { public <init>(); }
uses implements but actually matches extends.The ProGuard rules should be changed to use
extends
rather thanimplements
.