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

Android: Have each activity manage insets separately #11299

Merged
merged 1 commit into from Dec 4, 2022

Conversation

t895
Copy link
Contributor

@t895 t895 commented Nov 23, 2022

This pulls the activity-specific code out of InsetsHelper. I think I prefer it this way so if there's a change to an activity's insets, we could just change the specific activity's setInsets method and not worry about having to split up more methods in InsetsHelper.

Nothing functional is changed here, the organization is just different.

@lioncash
Copy link
Member

lioncash commented Dec 4, 2022

Needs a rebase

@lioncash lioncash merged commit 92cab5d into dolphin-emu:master Dec 4, 2022
11 checks passed
@t895 t895 deleted the cleanup-insets-helper branch January 1, 2023 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants