Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
i.e. we want to prevent this:
Refresh.Loading --> [new generation] --> Refresh.NotLoading --> Refresh.Loading
and want this:
Refresh.Loading --> [new generation] --> Refresh.Loading
To do that reset, Fetcher needs to keep track of multi-gen local LoadStates which it currently doesn't do so.
An idea is to have fetcher hoist the state up in a separate operator to inject the correct source state.