Created
February 10, 2020 00:09
-
-
Save OssamaDroid/eab4d144a8d7e3dba89a5e1ee9f79717 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DON’T DO THIS | |
RxView.clicks(button) | |
.doOnNext { progressBar.setEnabled(true) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment