Fix ForYouScreenTopicSelection Compose Preview

pull/626/head
Amaury Medeiros 2 years ago committed by GitHub
parent 1f7fc94082
commit 6b605a779c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -453,7 +453,8 @@ fun ForYouScreenTopicSelection(
ForYouScreen(
isSyncing = false,
onboardingUiState = OnboardingUiState.Shown(
topics = userNewsResources.flatMap { news -> news.followableTopics },
topics = userNewsResources.flatMap { news -> news.followableTopics }
.distinctBy { it.topic.id },
),
feedState = NewsFeedUiState.Success(
feed = userNewsResources,

Loading…
Cancel
Save