Jul 20, 2017 · 1 min read
Hi Alex,
Yes, if you would do
dao.myQuery().subscribeOn(AndroidSchedulers.mainThread())then the query would be executed on the main thread and your app would crash.
Hi Alex,
Yes, if you would do
dao.myQuery().subscribeOn(AndroidSchedulers.mainThread())then the query would be executed on the main thread and your app would crash.