Skip to content

Commit

Permalink
use MainThreadSubscription
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDengg committed Nov 15, 2015
1 parent d3a5017 commit 1928687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static RxAndroidPlugins getInstance() {
}

private final AtomicReference<RxAndroidSchedulersHook> schedulersHook =
new AtomicReference<RxAndroidSchedulersHook>();
new AtomicReference<>();

RxAndroidPlugins() {
}
Expand Down

0 comments on commit 1928687

Please sign in to comment.