Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Make No internet dialog and transport controls not to collide #2228

Merged
merged 3 commits into from
Nov 14, 2019

Conversation

keianhzo
Copy link
Contributor

Fixes #1975 Moving the No Internet dialog in front of the transport controls makes it too close to the user. Instead of that we hide the transport controls when the no internet dialog is displayed. If the user clicks in the video while the no internet dialog is visible, it dismisses it and the transport controls are displayed again.

Also added a listener for the connectivity status so we can eventually listen to that events from any widget.

@keianhzo keianhzo self-assigned this Nov 11, 2019
@bluemarvin bluemarvin added this to the #6 features milestone Nov 14, 2019
Copy link
Contributor

@MortimerGoro MortimerGoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works for now but I think we need a more general solution to avoid conflicts with stacking dialogs. We can work on that as a follow-up

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The “Internet Connection Lost” pop up is intermittently displayed behind the on screen controls
3 participants