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

Commit 49d68621 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 346d001b: am 0804ff1f: am cad157b3: Merge "Fix bug #11252410 Recents items...

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

* commit '346d001b':
  Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape
parents 1b3efb63 346d001b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6033,6 +6033,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;