airbnb / RxGroups

Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Apache License 2.0
693 stars 44 forks source link

Expose the RequestSubscription object #8

Closed felipecsl closed 8 years ago

felipecsl commented 8 years ago

Since ObservableGroup.add() is no longer in the public API, we need a way to expose the RequestSubscription so users can still use cancel() and isCancelled() @elihart @SeanA208

elihart commented 8 years ago

lgtm