mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Revert "Hide shelf in 2-Button Landscape"
This reverts commit 9b5795a579.
Reason for revert: b/155090034
Change-Id: If7decd54965a680d50e4474fb279ebe0002441bb
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user