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

pull/1837/head
TJ Dahunsi 2 years ago
parent 7312b33e9e
commit bdff1bfc01

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

Loading…
Cancel
Save