kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Updated to RxRelay2 #93

Closed marcinkunert closed 7 years ago

marcinkunert commented 7 years ago

Updated to RxRelay2, as it is already available for some time: https://github.com/JakeWharton/RxRelay/pull/20

ravikumar-n commented 7 years ago

@kaushikgopal Isn't this already merged into rxjava_2 branch ?

kaushikgopal commented 7 years ago

@ravikumar-n is right. he was kind enough to add this already. i'm guessing @marcinkunert you were working off an older master?

closing this for now, as the latest master should have the updated RxRelay

ravikumar-n commented 7 years ago

@kaushikgopal But I don't find the merged code in master branch. Could you verify?

kaushikgopal commented 7 years ago

ah shoot. you're right. so the PR was merged onto the feature branch after the feature branch was already merged onto master. i'll fix this shortly.