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

set to device layer the same background color as the window have #674

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SergeevPavel
Copy link
Collaborator

We expect that this change will fix FL-12113 White background shown on window resize

@SergeevPavel SergeevPavel requested a review from igordmn March 14, 2023 14:20
@SergeevPavel SergeevPavel force-pushed the device_layer_background branch from 3602767 to fb4f34d Compare April 3, 2023 21:32
@SergeevPavel SergeevPavel force-pushed the device_layer_background branch from fb4f34d to 787241f Compare April 3, 2023 21:34
if (!device || !device.layer) {
return;
}
device.layer.backgroundColor = decodeColor(color);
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should check transparency here as well

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

Successfully merging this pull request may close these issues.

2 participants