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

Commit 346d001b authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

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

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

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