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

Remove SplitDrawable from Shell code #9896

Merged
merged 2 commits into from
Sep 4, 2022
Merged

Remove SplitDrawable from Shell code #9896

merged 2 commits into from
Sep 4, 2022

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented Sep 3, 2022

Description of Change

The SplitDrawable added to the DecorView can lead to some odd behavior with Shell. As you can see from the modified device tests I have to account for its existence otherwise Android starts drawing the surface with a really odd schmear effect and everything breaks. I'm currently fixing up the code to allow for the root page on the window to get swapped out and I'd have to account for adding/removing the SplitDrawable when the user switches out of shell.

Given that even the original comment seems to allude to it only being useful in testing scenarios and not actual scenarios. I'm just going to remove it.

Issues Fixed

Fixes #5217

@PureWeen PureWeen merged commit 7efed4b into main Sep 4, 2022
@PureWeen PureWeen deleted the remove_split_drawable branch September 4, 2022 17:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 17, 2023
@samhouts samhouts added the fixed-in-7.0.0-rc.2.6866 Look for this fix in 7.0.0-rc.2.6866! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-7.0.0-rc.2.6866 Look for this fix in 7.0.0-rc.2.6866!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review code in Shell that's there to prevent overdraw on the navbar/statusbar
3 participants