artist
artist copied to clipboard
Update Kotlin Api helper for Rx Nulls
Thank you for contributing to Artist. Before pressing the "Create Pull Request" button, please provide the following:
-
With the current generation the generated code is nullable when subscribing to the RxBinding method. Adding a let call will assure that we're subscribing to a non null Rx chain.
-
Solves #49
-
No Unit tests
Surprised there are no test resources that needed to be updated. Do we have tests for this spot in Artist?
Only tests are in the core portion of Artist and they passed