Fix bug where QSB gets clipped when flinging All Apps open.
Bug: 77538324 Change-Id: I3e40346559fd3b7010d92d28e12efcf2d8581640
This commit is contained in:
@@ -54,7 +54,7 @@ public class SpringRelativeLayout extends RelativeLayout {
|
||||
}
|
||||
};
|
||||
|
||||
private final SparseBooleanArray mSpringViews = new SparseBooleanArray();
|
||||
protected final SparseBooleanArray mSpringViews = new SparseBooleanArray();
|
||||
private final SpringAnimation mSpring;
|
||||
|
||||
private float mDampedScrollShift = 0;
|
||||
|
||||
Reference in New Issue
Block a user