MobileNativeFoundation / Store

A Kotlin Multiplatform library for building network-resilient applications
https://mobilenativefoundation.github.io/Store/
Apache License 2.0
3.18k stars 203 forks source link

[BUG]Get data when refresh true but not get after false #546

Closed Android1500 closed 1 year ago

Android1500 commented 1 year ago

So i face again a issue store is working right now but now whenever i set refresh value true then it get data from fetcher not from roomdb and interesting thing is that its fetch data and store it but after set refresh false it not giving data

Android1500 commented 1 year ago
Screenshot 2023-04-13 105507
Android1500 commented 1 year ago

I fixed it maybe it my fault or store bug but i was using map to collect store data but it give me nothing so i changed map to collect and i got store data.