Manuel Vivo
Manuel Vivo
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
This is a way to "insert" a component in the middle of the hierarchy. You create a custom component as specified in the [docs](https://dagger.dev/hilt/custom-components) and access it with an entry...
You can check the logs how it doesn't stop making network requests: ``` D/OkHttp: GET https://www.designernews.co/api/v2/stories?page=171 --> END GET D/OkHttp: --> GET https://dribbble.com/search?q=Material%20Design&page=171&s=latest&per_page=12 --> END GET D/OkHttp: GET https://api.producthunt.com/v1/posts?days_ago=170 -->...
**Offline UI** **Android Q Devices** **Pre-Q Devices**
Ron's comment on #662 I believe I commented on this in the past with @keyboardsurfer but these two methods are identical. And this module is already doing its own instance...
Steps to reproduce: 1. Open the app 2. Click on the search icon, type something and click the keyboard's search icon 3. The search results appear 4. Click on the...
@julioyg found an interesting bug(?) regarding the TestCoroutineDispatcher. The fact that `runBlockingTest` uses `async` to run the test body ([TestBuilders.runBlockingTest#L49](https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/src/TestBuilders.kt#L49)), by the time it tries to throw an exception, the...