anandsr-at-github
anandsr-at-github
@VictorAlbertos thanks for this library...it's clearly made our code cleaner and way more readable. However, we seem to be running into a similar issue as @kexuebiao. And more surprisingly, in...
After debugging more, here's what I found. It looks like there's an assumption in the RxActivityResult code that the liveActivity will get set when onDestroyed is called for the HolderActivity....
However, the code above doesn't work when using RxPaparazzo if we turn on "Don't keep activities" option in Android. In that case, when the image selection view opens, HolderActivity gets...