This repository has been archived by the owner on Aug 9, 2020. It is now read-only.
Releases: VictorAlbertos/RxActivityResult
Releases · VictorAlbertos/RxActivityResult
Fixed #4 Support nested fragments
0.3.1 Merge branch 'master' of https://github.com/VictorAlbertos/RxActivity…
Fixes #3
Added getOLiveActivity method
0.2.3 updated readme.md
Removed mismatch exceptions.
Just ignore the event until uiTarget matches. It could happen if some other activity has been stacked as a new process without finish the completed intent.
Added call to subscriber.onCompleted()
This prevents a bug described in this issue.
Provide a safety instance of the Activity/Fragment to stay sync with the most recent instance
RxActivityResult provides a safety instance of the Activity/Fragment to stay sync with the most recent Activity/Fragment instance if some system event (like orientation change) triggered a recreation of the Activity/Fragment.
First public release
0.1 Updated readme