VictorAlbertos / RxActivityResult

A reactive-tiny-badass-vindictive library to break with the OnActivityResult implementation as it breaks the observable chain.
Apache License 2.0
593 stars 72 forks source link

RxActivityResult.on(fragment) not working on DialogFragment #36

Closed vekexasia closed 7 years ago

vekexasia commented 7 years ago

Hello, i'm usin 4.2.0 since 4.2.1 is not "pullable".

Apparently DialogFragment is not getting any result back when using .on(fragmnet).

If i change it with .on(getActivity()) everything works fine.

VictorAlbertos commented 7 years ago

Do you care to take a look? Thanks

VictorAlbertos commented 7 years ago

Feel free to reopen it if you were willing to submit a PR ;)