mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Hide hotseat in landscape overview
Bug: 70179916 Change-Id: Ib277a054cf16233ab9156a4448c41952e3295fae
This commit is contained in:
@@ -56,6 +56,11 @@ public class OverviewState extends LauncherState {
|
||||
return new float[] {scale, pageRect.top - childTop};
|
||||
}
|
||||
|
||||
@Override
|
||||
public float getHoseatAlpha(Launcher launcher) {
|
||||
return launcher.getDeviceProfile().isVerticalBarLayout() ? 0 : 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStateEnabled(Launcher launcher) {
|
||||
RecentsView rv = launcher.getOverviewPanel();
|
||||
|
||||
Reference in New Issue
Block a user