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

Commit 521e0d79 authored by Jamie Gennis's avatar Jamie Gennis
Browse files

WindowManager: unset the wallpaper window crop

This change removes the window crop of the wallpaper when setting its position.

Change-Id: I0f4dc10ea9a724b210f75286580ef391145286df
parent 11fd02f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1186,6 +1186,7 @@ class WindowStateAnimator {
            mSurfaceX = left;
            mSurfaceY = top;
            mSurface.setPosition(left, top);
            mSurface.setWindowCrop(null);
        } catch (RuntimeException e) {
            Slog.w(TAG, "Error positioning surface of " + mWin
                    + " pos=(" + left + "," + top + ")", e);