Andrew Chen
Andrew Chen
In RxJava and RxJs, the `distinct` operator accepts a selector instead of an equation, that's inconsistent to this. IMO, we should somehow provide an equivalent method. According to you mention...
```kt var longPressed = false setOnTouchListener { v, event -> var touched = false if (longPressed) { touched = popup.onTouch(v, event) } if (event.action == MotionEvent.ACTION_UP) { longPressed = false...
I've built a repository for example that supports gradle: https://github.com/yongjhih/android-ui-example
How to reproduce? By the way, https://github.com/yongjhih/RetroFacebook is using this project.
Ok, I got that. It's not supported right now, sorry. Thanks for your report.