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: In call video flickering on opening emojy drawer #WPB-15549 #3853

Merged

Conversation

borichellow
Copy link
Contributor

@borichellow borichellow commented Jan 31, 2025

TaskWPB-15549 [Android] Videos are flickering when opening emoji drawer

What's new in this PR?

Issues

When the user wants to send an incall reaction and opens the emoji drawer, other participants videos are flickering.

Causes (Optional)

InCallReactionsPanel opens by AnimatedContent AND the heigh available for participant tiles changes on every frame of that animation which causes recomposition of tiles on every frame.

Solutions

Remove the opening/closing animation for the InCallReactionsPanel (recomposition has it's own animation anyway). In that case video flickering will happen only once.

Attachments (Optional)

Attachments like images, videos, etc. (drag and drop in the text box)

Before

document_5253870894324934517.mp4

After

document_5253870894324934518.mp4

@borichellow borichellow self-assigned this Jan 31, 2025
@echoes-hq echoes-hq bot added the echoes: product-roadmap/feature Work contributing to adding a new feature as part of the product roadmap. label Jan 31, 2025
Copy link
Contributor

Built wire-android-staging-compat-pr-3853.apk is available for download

Copy link
Contributor

Built wire-android-dev-debug-pr-3853.apk is available for download

@borichellow borichellow added this pull request to the merge queue Feb 3, 2025
Merged via the queue into develop with commit ae9d56e Feb 3, 2025
13 of 14 checks passed
@borichellow borichellow deleted the fix/in_call_video_flickering_on_openning_emojy_drawer branch February 3, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: product-roadmap/feature Work contributing to adding a new feature as part of the product roadmap. size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants