Last active
July 2, 2018 19:27
-
-
Save ZacSweers/f97ac704550e7941d120256e8eaebb33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scheduler asyncMainThreadScheduler = AndroidSchedulers.from(Looper.getMainLooper(), true); | |
RxAndroidPlugins.setInitMainThreadSchedulerHandler(callable -> asyncMainThreadScheduler); | |
// Or if the default scheduler is already initialiazed | |
RxAndroidPlugins.setMainThreadSchedulerHandler(scheduler -> asyncMainThreadScheduler); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment