GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

User `addAll` instead of using an fori #63

Closed StefMa closed 7 years ago

StefMa commented 7 years ago

Currently we are using an fori loop to add subscriptions to the CompositeSubscprion handler. See here.

I found out that the CompositeSubscrption (and the RxJava2 part) have a addAll(...) method. Think about to use these one instead of our own fori loop

StefMa commented 7 years ago

Oh wow. Cool 😎. This issue was automatically closed when I've merged #64