You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Room smartly runs all the queries which return LiveData or Observable on a background thread, then why when returning DataSource.Factory it runs on UI thread and we have to manually run it on a background thread?