mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Bound overscroll shift amount to avoid content from drawing on top (Y-val)
of the QSB. Bug: 77538324 Change-Id: Idabc4365c5fe5cb1894fa0eb84ea9309b85f99a3
This commit is contained in:
@@ -97,7 +97,7 @@ public class SpringRelativeLayout extends RelativeLayout {
|
||||
mActiveEdge = edge;
|
||||
}
|
||||
|
||||
private void setDampedScrollShift(float shift) {
|
||||
protected void setDampedScrollShift(float shift) {
|
||||
if (shift != mDampedScrollShift) {
|
||||
mDampedScrollShift = shift;
|
||||
invalidate();
|
||||
|
||||
Reference in New Issue
Block a user