JakeWharton / RxBinding

RxJava binding APIs for Android's UI widgets.
Apache License 2.0
9.68k stars 971 forks source link

RxView.clicks(view) #275

Closed DomiR closed 8 years ago

DomiR commented 8 years ago

Is there a specific reason, why the view is not emitted?

https://github.com/JakeWharton/RxBinding/blob/master/rxbinding/src/main/java/com/jakewharton/rxbinding/view/ViewClickOnSubscribe.java#L23

gabrielittner commented 8 years ago

There used to be a RxView.clickEvents(View) which emitted the view, but it was removed in 0.3.0:

DomiR commented 8 years ago

I have so much to learn 🙈

Thanks a lot!