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: call controls visibility after closing PiP mode [#WPB-15142] #3770

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

sergeibakhtiarov
Copy link
Contributor

@sergeibakhtiarov sergeibakhtiarov commented Dec 27, 2024

BugWPB-15142 [Android] Call controls not visible after restoring the call UI from background

https://wearezeta.atlassian.net/browse/WPB-15142

What's new in this PR?

Issues

Call controls are not visible when returning to the application after closing picture-in-picture mode.

Causes (Optional)

The picture-in-picture activity mode stored in the activity is read directly from the compose code. So the changes in the
picture-in-picture mode are not causing recomposition and app keeps hiding call controls after closing the picture-in-picture mode.

Solutions

Observe picture-in-picture activity mode from compose and store value in compose state.

Copy link
Contributor

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

Copy link
Contributor

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

@sergeibakhtiarov sergeibakhtiarov added this pull request to the merge queue Dec 27, 2024
Merged via the queue into develop with commit f1c158b Dec 27, 2024
13 of 14 checks passed
@sergeibakhtiarov sergeibakhtiarov deleted the fix/call-controls-in-pip-mode branch December 27, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants