|
|
@ -129,9 +129,11 @@ class OfflineFirstNewsRepository @Inject constructor(
|
|
|
|
.first()
|
|
|
|
.first()
|
|
|
|
.map(PopulatedNewsResource::asExternalModel)
|
|
|
|
.map(PopulatedNewsResource::asExternalModel)
|
|
|
|
|
|
|
|
|
|
|
|
if (addedNewsResources.isNotEmpty()) notifier.postNewsNotifications(
|
|
|
|
if (addedNewsResources.isNotEmpty()) {
|
|
|
|
newsResources = addedNewsResources,
|
|
|
|
notifier.postNewsNotifications(
|
|
|
|
)
|
|
|
|
newsResources = addedNewsResources,
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
)
|
|
|
|
)
|
|
|
|