Route notification deep link through for you screen, with spotless fixes

pull/712/head
TJ Dahunsi 2 years ago
parent ef97cb941c
commit 9562f7707d

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

Loading…
Cancel
Save