Skip to content

Instantly share code, notes, and snippets.

@niharika2810
Last active July 5, 2019 17:49
Show Gist options
  • Save niharika2810/bd7f83271bd43f3955cec4f91280d62d to your computer and use it in GitHub Desktop.
Save niharika2810/bd7f83271bd43f3955cec4f91280d62d to your computer and use it in GitHub Desktop.
@Before
public static void setup() {
RxAndroidPlugins.setInitMainThreadSchedulerHandler(
__ -> Schedulers.trampoline());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment