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

Commit 0804ff1f authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am cad157b3: Merge "Fix bug #11252410 Recents items stuck behind hammerhead...

am cad157b3: Merge "Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape" into klp-dev

* commit 'cad157b3':
  Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape
parents a117a397 cad157b3
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;