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

Commit 04d35218 authored by Jamie Gennis's avatar Jamie Gennis Committed by Android (Google) Code Review
Browse files

Merge "WindowManager: unset the wallpaper window crop" into jb-dev

parents 2411c336 521e0d79
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);