am 0804ff1f: am cad157b3: Merge "Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape" into klp-dev
* commit '0804ff1f5a27239c7bc5b02581585f4a61e72aa6': Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user