-
Notifications
You must be signed in to change notification settings - Fork 206
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
Remove "interpretation target" chip and add another lang chip when the session is interpretation target #571
Conversation
I updated Overview, Screenshot and implementation. |
Brilliant! Thank you for your quick commits! We'll take a p-r review time tomorrow. 💪💪💪 |
else -> { | ||
langOfSpeaker.take(2) | ||
} | ||
val labels = if (langOfSpeaker == Lang.MIXED.tagName) { |
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.
Looks great
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.
Thanks for your cool code! 🆒
Issue
Overview (Required)
In the
TimetableListItem
ofTimetableList
EN
JA
EN
JA
MIXED
. There is no Mixed session, but I adapted the existing implementation.Links
Screenshot