Skip to content

fix: remove UI hanging when answering call on Android - #333

Merged
cybex-dev merged 3 commits into
masterfrom
fix/android_hanging_delay_answer
Aug 6, 2026
Merged

fix: remove UI hanging when answering call on Android#333
cybex-dev merged 3 commits into
masterfrom
fix/android_hanging_delay_answer

Conversation

@cybex-dev

@cybex-dev cybex-dev commented Aug 6, 2026

Copy link
Copy Markdown
Owner

This pull request focuses on improving the user experience when answering incoming calls on Android and enhancing the UI flexibility in the example app. The most important changes are grouped below:

Android Call Handling:

  • The setActive() method is now called proactively in TVCallInviteConnection.onAnswer(), ensuring the call UI transitions immediately to the ongoing call screen when answering an incoming call. This prevents any perceived delay while the connection is established. [1] [2]

Example App UI Improvements:

  • The main call screen widget in ui_call_screen.dart now uses a SingleChildScrollView instead of a plain Column, allowing the UI to be scrollable and preventing overflow issues on smaller screens.
  • The events log section is no longer wrapped in an Expanded widget, which improves layout flexibility within the scrollable context.

@cybex-dev cybex-dev self-assigned this Aug 6, 2026
@cybex-dev cybex-dev added Android bug Something isn't working labels Aug 6, 2026
@cybex-dev
cybex-dev marked this pull request as ready for review August 6, 2026 16:58
@cybex-dev
cybex-dev merged commit 1f868b5 into master Aug 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Android bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant