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

androidx.compose-bom v2024.09.00 poll rendering regression #3566

Open
frebib opened this issue Sep 30, 2024 · 4 comments
Open

androidx.compose-bom v2024.09.00 poll rendering regression #3566

frebib opened this issue Sep 30, 2024 · 4 comments
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@frebib
Copy link
Contributor

frebib commented Sep 30, 2024

Steps to reproduce

Vote on a poll and notice it renders weirdly:
9756afc#diff-137a3fe986cdfd070ed5df92df53e3b8fe61d01fbf579838fae3add428d49a38

Outcome

What did you expect?

No changes

What happened instead?

Wonky rendering

Your phone model

No response

Operating system version

No response

Application version and app store

No response

Homeserver

No response

Will you send logs?

No

Are you willing to provide a PR?

No

@frebib frebib added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Sep 30, 2024
@frebib
Copy link
Contributor Author

frebib commented Sep 30, 2024

@bmarty
Copy link
Member

bmarty commented Oct 1, 2024

Yes, detected during the PR review #3399 (comment)

@jmartinesp
Copy link
Member

As a possible workaround they say we could use this:

LinearProgressIndicator(
  progress = { animatedProgress },
  trackColor = MaterialTheme.colorScheme.surfaceVariant,
  strokeCap = StrokeCap.Butt,
  gapSize = 0.dp,
  drawStopIndicator = null
)

@jmartinesp
Copy link
Member

#3583 should fix this using the workaround provided by Google (#3566 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

No branches or pull requests

3 participants