Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 201 navigate between channels #217

Conversation

tungnk123
Copy link
Contributor

No description provided.

Comment on lines +89 to +90
playlist.filterNotNull(),
channel.filterNotNull()
Copy link
Owner

Choose a reason for hiding this comment

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

Don't use filterNotNull here. If these upstream flows emit null it means they are cleared. So the adjacentChannels should be cleared as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The issue occurs in the usage of flatmapCombined, where the expected input type is Any, but a value of type Playlist? is being passed.
image

Copy link
Owner

Choose a reason for hiding this comment

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

Maybe we should adjust the method again.

when (maskCenterState) {
Replay, Play, Pause -> {
MaskCircleButton(
state = maskState,
MaskCircleButton(state = maskState,
Copy link
Owner

Choose a reason for hiding this comment

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

line break.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image
Why i cannot use the reformat feature with these file, when i use it don't move the state to the next line?
I attached the image from my Code Style Settings

Copy link
Owner

Choose a reason for hiding this comment

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

the idea reformation would make mistakes sometimes.

@oxyroid oxyroid closed this Dec 27, 2024
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.

2 participants