Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e250247 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "Always assign layer when restacking special windows." into nyc-dev

parents 74870c44 90da5e54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public class WindowLayersController {
    }

    private int assignAndIncreaseLayerIfNeeded(WindowState win, int layer) {
        if (win != null && layer > win.mLayer) {
        if (win != null) {
            assignAnimLayer(win, layer);
            // Make sure we leave space inbetween normal windows for dims and such.
            layer += WINDOW_LAYER_MULTIPLIER;