Status Update
Comments
se...@google.com <se...@google.com>
br...@pappin.ca <br...@pappin.ca> #2
This is probably happening because there are multiple instances of DataStore active. You should consider managing the DataStore as a singleton. See the attached bug for more info.
Description
Expose an onRefresh callback similar to the older PullRefresh. We can do it right now with a lot of jury rigged code and a launchedEffect, but it would be much better if we simply had a callback.
This is somewhat related to: https://issuetracker.google.com/issues/261760718