mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
feat : App drawer color
This commit is contained in:
@@ -217,6 +217,8 @@ public class AllAppsState extends LauncherState {
|
||||
|
||||
@Override
|
||||
public int getWorkspaceScrimColor(Launcher launcher) {
|
||||
return LawnchairUtilsKt.getAllAppsScrimColor(launcher);
|
||||
return launcher.getDeviceProfile().isTablet
|
||||
? launcher.getResources().getColor(android.R.color.transparent)
|
||||
: LawnchairUtilsKt.getAllAppsScrimColor(launcher);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user