Skip to content

Conversation

florina-muntenescu
Copy link
Contributor

No description provided.

@florina-muntenescu florina-muntenescu requested a review from a team as a code owner April 2, 2024 12:49
Copy link

google-cla bot commented Apr 2, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@arriolac arriolac force-pushed the chris/jetcaster/ui_polish branch from 30ac31b to 4a9ab77 Compare April 2, 2024 16:19
Base automatically changed from chris/jetcaster/ui_polish to jetcaster/all_form_factors April 2, 2024 16:40
Copy link
Contributor

@mlykotom mlykotom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The modifier should be removed from the state class, otherwise LGTM

val filterableCategoriesModel: FilterableCategoriesModel,
val podcastCategoryFilterResult: PodcastCategoryFilterResult,
val library: LibraryInfo,
val modifier: Modifier = Modifier,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the state shouldn't contain modifier, because it's also passed to the HomeScreen composable.

}

val homeState = HomeState(
windowSizeClass = windowSizeClass,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: could be simplified by having just isCompact: Boolean, which would also potentially recompose less when changing the window size

@arriolac
Copy link
Contributor

arriolac commented Apr 3, 2024

Closed by #1313

@arriolac arriolac closed this Apr 3, 2024
@arriolac arriolac deleted the fm/jetcaster/no_selection branch April 3, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants