Muthuraj
Muthuraj
I wrote something similar to this library for our internal use and I also faced the same issue. I solved it by just calling the `logcat` function with the root...
@digitalbuddha I'm also facing a similar issue. Here is a test case that can reproduce the issue. This test case won't fail, it won't even complete, but we can see...
> But in my real app (Android) where I have a similar setup, even canceling the previous flow doesn't make the fetcher being called again. An update regarding this. I...
Thanks for looking into this. My use case is, I have a Store let's call it `DataFetchStore` in 2 `ViewModel`s. Both ViewModels have the same lifecycle owner. I call `stream`...
Let's say in a list and detail screen, I combine a few stores and fetch the data to populate the list screen. Now in the detail screen, I need to...
@Flaviosar78 This issue was fixed in this fork https://github.com/TalbotGooday/AndroidPdfViewer I have a fork of this fork that I publish in maven central https://github.com/muthuraj57/AndroidPdfViewer . You can use either of these,...
@Flaviosar78 sorry, I fixed this particular issue on the app side instead of inside the library. I wrapped the PDFView inside my own custom view , and in `onAttachedToWindow` callback,...
Any update on this? I tried the forked version from @hemanthnarayanan123 and it works well.
Update: This change crashes the app often when header is detached and attached again.