mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Make sure DragLayer layout params are of the correct type
bug 18141419 Change-Id: I50695a62cf9e1f25c054ac2c7197cd056d54cfae
This commit is contained in:
@@ -63,7 +63,7 @@ public class InsettableFrameLayout extends FrameLayout implements
|
||||
return new LayoutParams(p);
|
||||
}
|
||||
|
||||
class LayoutParams extends FrameLayout.LayoutParams {
|
||||
public static class LayoutParams extends FrameLayout.LayoutParams {
|
||||
boolean ignoreInsets = false;
|
||||
|
||||
public LayoutParams(Context c, AttributeSet attrs) {
|
||||
|
||||
Reference in New Issue
Block a user