android10 / android10/Android-CleanArchitecture
Cloud and Disk logic executed on Main Thread
Open
- Dominant language
- Java
- Stars
- 15.5k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
Not sure if its on purpose but the way you made rxjava with subscribeOn and observeOn doesn't put UserDataStore logic on background Thread. You have to Defer logic to background Thread.
You can check it in this thread.
http://stackoverflow.com/questions/29169194/why-does-subscribe-not-executed-in-a-new-thread
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.