Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
ugh thats bad, thanks for filing.
ae...@gmail.com <ae...@gmail.com> #3
i have the fix ready, waiting for code reviews.
da...@google.com <da...@google.com>
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #4
which version of 3.4 contains this fox?
Im still seeing it with 3.4-rc2
Im still seeing it with 3.4-rc2
na...@google.com <na...@google.com> #5
ugh looks like it missed 3.4 and only went into 3.5 :/.
i'll try to cherry-pick it into 3.4 but probably too late to catch 3.4 release.
i'll try to cherry-pick it into 3.4 but probably too late to catch 3.4 release.
Description
In this block :
After wrapped in here , data flow couldn't receive any change, neither any invalidation observer.
immediateTransaction
, which mentionedIn pure Room without KMP, multiple DAO operations normally wrapped in
database.withTransaction
block. How to do in KMP?