Merge "Disable blurs while in multiwindow mode" into ub-launcher3-rvc-dev

This commit is contained in:
Winson Chung
2020-04-21 19:39:17 +00:00
committed by Android (Google) Code Review
5 changed files with 12 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ public class AllAppsState extends LauncherState {
}
@Override
public float getDepth(Context context) {
protected float getDepthUnchecked(Context context) {
return 1f;
}