Merge "Fix live tile blur when overview blur flag is off" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
595f88c8e7
@@ -53,7 +53,7 @@ public class DepthController extends BaseDepthController implements StateHandler
|
||||
|
||||
private final Consumer<Boolean> mCrossWindowBlurListener = this::setCrossWindowBlursEnabled;
|
||||
|
||||
private final Runnable mOpaquenessListener = this::onBlurChange;
|
||||
private final Runnable mOpaquenessListener = this::applyDepthAndBlur;
|
||||
|
||||
// Workaround for animating the depth when multiwindow mode changes.
|
||||
private boolean mIgnoreStateChangesDuringMultiWindowAnimation = false;
|
||||
|
||||
Reference in New Issue
Block a user