Skip to content

Commit 8053e0a

Browse files
committed
Update README.md
1 parent cf4e55a commit 8053e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can use this library to subscribe to events and only get them when your acti
5959

6060
Subscription queuedSubscription = new RXBusBuilder<>(String.class)
6161
// this enables the queuing mode!
62-
.queue(observableIsResumed, this)
62+
.queue(observableIsResumed, busIsResumedProvider)
6363
.withOnNext(new Action1<String>() {
6464
@Override
6565
public void call(String s) {

0 commit comments

Comments
 (0)