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

Avoid duplicate code when reading bottom padding #356

Merged
merged 1 commit into from Aug 15, 2021

Conversation

wutschel
Copy link
Contributor

Description

Closes #355.

Reading the bottom padding is implemented the same way multiple times in the code. This PR moves the related code to Utilities and provides the common method getBottomPadding.

Summary for release notes

Maintenance: Avoid duplicated code around reading bottom padding

@wutschel wutschel marked this pull request as ready for review August 14, 2021 20:27
@wutschel
Copy link
Contributor Author

Rebased against master.

@kambala-decapitator kambala-decapitator merged commit 267a432 into xbmc:master Aug 15, 2021
@wutschel wutschel deleted the refactor_safearea branch August 17, 2021 20:07
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.

Refactoring of reading bottom padding
2 participants