Revert "Hide shelf in 2-Button Landscape"

This reverts commit 9b5795a579.

Reason for revert: b/155090034

Change-Id: If7decd54965a680d50e4474fb279ebe0002441bb
This commit is contained in:
Vinit Nayak
2020-04-27 20:48:49 +00:00
parent 9b5795a579
commit 48b28027c0
9 changed files with 17 additions and 42 deletions

View File

@@ -91,9 +91,6 @@ public class InsettableFrameLayout extends FrameLayout implements Insettable {
@Override
public void onViewAdded(View child) {
super.onViewAdded(child);
if (!isAttachedToWindow()) {
return;
}
setFrameLayoutChildInsets(child, mInsets, new Rect());
}