We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508eada commit 80c4d71Copy full SHA for 80c4d71
rxandroid/src/main/java/rx/android/schedulers/HandlerScheduler.java
@@ -45,7 +45,7 @@ public Worker createWorker() {
45
46
static class HandlerWorker extends Worker {
47
48
- private final Handler handler;
+ final Handler handler;
49
50
private final CompositeSubscription compositeSubscription = new CompositeSubscription();
51
0 commit comments