fix: clear legacy full screen flag#1098
Merged
kirillzyusko merged 1 commit intomainfrom Aug 27, 2025
Merged
Conversation
Contributor
📊 Package size report
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Clear
FLAG_FULLSCREENwhen edge-to-edge view gets mounted.💡 Motivation and Context
As per documentation:
So if users specified somehow
FLAG_FULLSCREENit will ignoreSOFT_INPUT_ADJUST_RESIZEand it will result in double animations.Edge-to-edge seems to be a new
FLAG_FULLSCREENalternative which gives more control over things, because you can be full screen and still showStatusBar. So we have a right to clear that flag when we mountEdgeToEdgeview 😊Closes #1091
📢 Changelog
Android
FLAG_FULLSCREENwhen edge-to-edge gets mounted/created.🤔 How Has This Been Tested?
Tested manually on Pixel 9 Pro API 31.
📸 Screenshots (if appropriate):
Screen.Recording.2025-08-27.at.15.44.37.mov
Screen.Recording.2025-08-27.at.15.42.56.mov
📝 Checklist