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

Fix Split chat not working on Livestreams #688

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Zerwin
Copy link
Contributor

@Zerwin Zerwin commented Aug 30, 2024

Fixes #673

Changes

Twitch changed chat messages in Live Streams to be LinearLayouts with the chat_message_item as a child. This fixes it to target the child rather than the LinearLayout to make Split Chat work again.

Checklist

  • My change builds
  • I tested my change
  • I use the "bttv_" prefix for all resources I propose
  • When adding a string I also added it to the bttv.Res.strings Enum and res/values/strings.xml (in mod) and res/values/public.xml (in disass)
  • If my change is significant enough, I added it to the CHANGELOG.md under master
  • I'll add myself and everyone else who contributed to this change to the contributors list using all-contributors
  • I license my changes according to the MIT License.

@FoseFx
Copy link
Member

FoseFx commented Aug 30, 2024

This only highlights the text, not the whole "row"

image

@Zerwin
Copy link
Contributor Author

Zerwin commented Aug 30, 2024

The LinearLayout only stretches as far as the text, not the row. I thought of trying to set the width to the whole space, but that might introduce other bugs that could be a headache to deal with.

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.

chat split not working
2 participants