You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor EdgeToEdgeDelegate to simplify inset application
The `applyInsetsAsPadding` method in `EdgeToEdgeDelegate.java` was refactored.
The boolean parameters `applyStart` and `applyEnd` were removed, simplifying the logic to always apply left and right insets.
Calls to this method were updated accordingly.
Additionally, added `@NonNull` annotations to `onViewAttachedToWindow` and `onViewDetachedFromWindow` method parameters.
Marked some deprecated API calls with `FIXME` comments.
0 commit comments