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
Remove unnecessary dispatcher switch in DefaultRecentSearchRepository
As mentioned in the following discussion: #818
Room already takes care of switching dispatchers if the DAO method is correctly annotated with the `suspend` modifier.
Copy file name to clipboardExpand all lines: core/data/src/main/java/com/google/samples/apps/nowinandroid/core/data/repository/DefaultRecentSearchRepository.kt
0 commit comments