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
Copy file name to clipboardExpand all lines: core/data/src/main/java/com/google/samples/apps/nowinandroid/core/data/repository/OfflineFirstNewsRepository.kt
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,14 @@ class OfflineFirstNewsRepository @Inject constructor(
80
80
val hasOnboarded = userData.shouldHideOnboarding
81
81
val followedTopicIds = userData.followedTopics
82
82
83
-
// TODO: Make this more efficient, there is no need to retrieve populated
84
-
// news resources when all that's needed are the ids
85
83
val existingNewsResourceIdsThatHaveChanged =when {
0 commit comments