Manuel Vivo
Manuel Vivo
MVI? Who's MVI? I'm just a functional reactive state production approach! 
With the latest Dagger refactoring, I don't think we should remove this
After debugging it, it seems like when you search for the second time and the `SearchActivity` gets new search results (`L112`), the `InfiniteScrollListener` gets triggered (`L161`) and calls `loadMore` again.
Happens when connectivity is slow so that makes it flaky
cc @objcode
I don't completely agree with the fact that the test is flawed @yigit . It's true that the example is taken to extremes but the same way you test the...
`Thread.setDefaultUncaughtExceptionHandler` doesn't do anything when installed. You can print the exception in a nicer way if you want but the test will silently pass anyway. Re `CoroutineScope.globalUncaughtException`, there will be...
@raphw @thekingnothing Yes, it's OpenJDK because I'm using Robolectric
Does anyone know what's going on with CircleCI? cannot debug it
The `onPermissionResult: (Boolean) -> Unit = {}` callback in `Permission(s)State` should be triggered every time that the user interacts with the dialog. Would that work?