mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
[Search][Keyboard] Update default allApps vertical transition inset
Bug: 184721373 Test: Manual Change-Id: I96c930a05055caa6ae1789c9d82810c099a0d133
This commit is contained in:
@@ -197,7 +197,7 @@ public class AllAppsTransitionController
|
||||
/**
|
||||
* Updates the total scroll range but does not update the UI.
|
||||
*/
|
||||
void setScrollRangeDelta(float delta) {
|
||||
public void setScrollRangeDelta(float delta) {
|
||||
mScrollRangeDelta = delta;
|
||||
mShiftRange = mLauncher.getDeviceProfile().heightPx - mScrollRangeDelta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user