mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Removing ViewScrim and cutom drawing code
Bug: 109828640 Change-Id: I2cab0215a32c2ca6bc331d48083fcc00ada05c3b
This commit is contained in:
@@ -68,7 +68,7 @@ public class InsettableFrameLayout extends FrameLayout implements Insettable {
|
||||
}
|
||||
|
||||
public static class LayoutParams extends FrameLayout.LayoutParams {
|
||||
boolean ignoreInsets = false;
|
||||
public boolean ignoreInsets = false;
|
||||
|
||||
public LayoutParams(Context c, AttributeSet attrs) {
|
||||
super(c, attrs);
|
||||
|
||||
Reference in New Issue
Block a user