fix: edge-to-edge on auth activity#338
Merged
andrii-bodnar merged 1 commit intomasterfrom Mar 12, 2026
Merged
Conversation
andrii-bodnar
approved these changes
Mar 12, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #338 +/- ##
===========================================
- Coverage 58.10% 0 -58.09%
===========================================
Files 57 0 -57
Lines 1785 0 -1785
Branches 321 0 -321
===========================================
- Hits 1037 0 -1037
+ Misses 524 0 -524
+ Partials 224 0 -224 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
This is an SDK activity. We don't control the client's theme, can't predict their windowBackground, and shouldn't leave modified WindowInsetsController state.
android:windowOptOutEdgeToEdgeEnforcement is scoped entirely to this activity's window — the client's other activities are completely unaffected.
Note
Low Risk
Low risk style-only change scoped to
AuthThemeused byAuthActivity; main risk is minor visual/layout differences on API 35 devices.Overview
Auth screen edge-to-edge behavior is adjusted on Android 15+.
AuthThemenow opts out of edge-to-edge enforcement by settingandroid:windowOptOutEdgeToEdgeEnforcement(gated withtools:targetApi="35"), preventing system edge-to-edge conflicts for the SDKAuthActivitywithout affecting host app activities.Written by Cursor Bugbot for commit de030eb. This will update automatically on new commits. Configure here.