Skip to content

Android: Google warning fixes#855

Open
scottrules44 wants to merge 5 commits intomasterfrom
google-warning-fixes
Open

Android: Google warning fixes#855
scottrules44 wants to merge 5 commits intomasterfrom
google-warning-fixes

Conversation

@scottrules44
Copy link
Contributor

No description provided.

if ((activityInfo != null) && (activityInfo.metaData != null)) {
Boolean edgeToEdge = activityInfo.metaData.getBoolean("edgeToEdge");
if (edgeToEdge == true) {
WindowCompat.enableEdgeToEdge(getWindow());
Copy link
Contributor

Choose a reason for hiding this comment

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

This can potentially backfire as we aren't using compat anywhere else. Got to think on it.

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