JakeWharton / RxBinding

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

RxView.clicks needs tow clicks #566

Closed monkeyboss closed 2 years ago

monkeyboss commented 2 years ago

When the page is started, the button in the page needs to be clicked twice for the first time to respond to the click event, and then it can respond to the click event normally.