We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468dcee commit 36c1bf2Copy full SHA for 36c1bf2
CHANGES.md
@@ -5,6 +5,8 @@
5
* New: `MainThreadSubscription` utility class runs its `onUnsubscribe` action on the Android main
6
thread. This aids in adding tear-down actions which must be executed on the main thread without
7
having to deal with posting to the main thread yourself.
8
+ * Fix: Lazily initialize `mainThread()` scheduler so that no Android code is run when overridden.
9
+ This allows unit tests overriding the implementation to work correctly.
10
* RxJava dependency now points at v1.1.0.
11
12
0 commit comments