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

Commit b9154247 authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Always assign layer when restacking special windows." into nyc-dev am: 7e250247

am: 6c7926ef

* commit '6c7926ef':
  Always assign layer when restacking special windows.

Change-Id: Ie0e2053a3cd2671cd6bf5a0639d468ab7655b55c
parents ccfa19f1 6c7926ef
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;