Remove unecessary line

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
Tom 2021-12-12 12:51:01 +00:00 committed by GitHub
parent 8c2b6416b5
commit 77cb082f4b

View file

@ -237,7 +237,6 @@ public enum StreamDialogEntry {
item.getUrl(),
false
)
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(result -> {