-
Notifications
You must be signed in to change notification settings - Fork 56
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
Feature/issue 201 navigate between channels #217
Conversation
…/github.com/tungnk123/M3UAndroid into feature/issue-201-navigate-between-channels
playlist.filterNotNull(), | ||
channel.filterNotNull() |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line break.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.
No description provided.