Last active
July 1, 2018 07:48
-
-
Save ZacSweers/af9268552e13d57c17e6a81b90e73442 to your computer and use it in GitHub Desktop.
This file contains 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
val asyncMainThreadScheduler = AndroidSchedulers.from(Looper.getMainLooper(), true) | |
RxAndroidPlugins.setInitMainThreadSchedulerHandler { asyncMainThreadScheduler } | |
// Or if the default scheduler is already initialiazed | |
RxAndroidPlugins.setMainThreadSchedulerHandler { asyncMainThreadScheduler } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment