mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Changing the overviewState to show appsearch and floating header
Change-Id: I2cfd61cfc9978e4c8e4520f0f7217e49e7344c79
This commit is contained in:
@@ -41,10 +41,10 @@ public class FastOverviewState extends OverviewState {
|
||||
}
|
||||
|
||||
@Override
|
||||
public float getHoseatAlpha(Launcher launcher) {
|
||||
public int getVisibleElements(Launcher launcher) {
|
||||
if (DEBUG_DIFFERENT_UI) {
|
||||
return 0;
|
||||
return NONE;
|
||||
}
|
||||
return super.getHoseatAlpha(launcher);
|
||||
return super.getVisibleElements(launcher);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user