JakeWharton / RxReplayingShare

An RxJava transformer which combines replay(1), publish(), and refCount() operators.
Apache License 2.0
626 stars 28 forks source link

fix: constructor injection correction in example #9

Closed kaushikgopal closed 8 years ago

kaushikgopal commented 8 years ago

guessing this is dagger's constructor injection in play.

JakeWharton commented 8 years ago

Good spot. Thanks!