We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4e55a commit 8053e0aCopy full SHA for 8053e0a
1 file changed
README.md
@@ -59,7 +59,7 @@ You can use this library to subscribe to events and only get them when your acti
59
60
Subscription queuedSubscription = new RXBusBuilder<>(String.class)
61
// this enables the queuing mode!
62
- .queue(observableIsResumed, this)
+ .queue(observableIsResumed, busIsResumedProvider)
63
.withOnNext(new Action1<String>() {
64
@Override
65
public void call(String s) {
0 commit comments