Grzegorz Miszewski
Grzegorz Miszewski
Many times, we need to support click on whole element, so if it's possible, could you add methods .click and .longClick without additional ID parameter, and pass that to whole...
Hi, Is there any reason why you didn't update deps to lottie-web? https://github.com/airbnb/lottie-web/releases/tag/v5.0.5
When using methods like: Completable.andThen() you can pass Observable without lambda method. This is my example: ``` kotlin networkStateRepository.requireNetworkConnectedOrError() .andThen(RxActivityResult.on(activity).startIntent(...)) ``` Because another subscribe was called inside RxActivityResult it was...