Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cad157b3 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #11252410 Recents items stuck behind hammerhead navigation...

Merge "Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape" into klp-dev
parents 296f0a05 b77c5860
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5900,6 +5900,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                sThreadLocal.set(localInsets);
            }
            boolean res = computeFitSystemWindows(insets, localInsets);
            mUserPaddingLeftInitial = localInsets.left;
            mUserPaddingRightInitial = localInsets.right;
            internalSetPadding(localInsets.left, localInsets.top,
                    localInsets.right, localInsets.bottom);
            return res;