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

Commit

Permalink
Fix the background color flashing when joining a call (#9640)
Browse files Browse the repository at this point in the history
Because the persisted widget element takes an extra layout tick to be moved into place, you would briefly see the background color of the call view flash into view when joining a call. Giving the widget tile a background fixes this.
  • Loading branch information
robintown committed Nov 29, 2022
1 parent 563b815 commit ad090ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/voip/_CallView.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ limitations under the License.
width: auto;
height: 100%;
border: none;
border-radius: inherit;
background-color: $call-lobby-background;
}

/* While the lobby is shown, the widget needs to stay loaded but hidden in the background */
Expand Down

0 comments on commit ad090ac

Please sign in to comment.