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

Commit 6c7926ef authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

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

am: 7e250247

* commit '7e250247':
  Always assign layer when restacking special windows.

Change-Id: I40cbf8607161cb393ab1a2d1630790563fe3ce30
parents 229e5179 7e250247
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;