Merge "Fix bug #11252410 Recents items stuck behind hammerhead navigation panel in landscape" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cad157b370
@@ -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