update ForYouRobot setContent parameter name

pull/402/head
JanFidor 3 years ago
parent 3264bb50fc
commit fd86bb3016

@ -45,14 +45,14 @@ internal class ForYouRobot(
fun setContent( fun setContent(
isSyncing: Boolean, isSyncing: Boolean,
interestsSelectionState: ForYouInterestsSelectionUiState, onboardingState: OnboardingUiState,
feedState: NewsFeedUiState, feedState: NewsFeedUiState,
) { ) {
composeTestRule.setContent { composeTestRule.setContent {
BoxWithConstraints { BoxWithConstraints {
ForYouScreen( ForYouScreen(
isSyncing = isSyncing, isSyncing = isSyncing,
interestsSelectionState = interestsSelectionState, onboardingUiState = onboardingState,
feedState = feedState, feedState = feedState,
onTopicCheckedChanged = { _, _ -> }, onTopicCheckedChanged = { _, _ -> },
onAuthorCheckedChanged = { _, _ -> }, onAuthorCheckedChanged = { _, _ -> },

Loading…
Cancel
Save