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

Commit 05aa7824 authored by Vania Desmonda's avatar Vania Desmonda Committed by Android (Google) Code Review
Browse files

Merge "Revert "Avoid calling updateSurface twice when dimming is applied."" into tm-dev

parents 8d7c5727 ceb55ed1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,6 +904,7 @@ public abstract class WallpaperService extends Service {
            // based on its default wallpaper color hints.
            mShouldDim = dimAmount != 0f || mShouldDimByDefault;
            updateSurfaceDimming();
            updateSurface(false, false, true);
        }

        private void updateSurfaceDimming() {
@@ -940,7 +941,6 @@ public abstract class WallpaperService extends Service {
            } else {
                Log.v(TAG, "Setting wallpaper dimming: " + 0);
                surfaceControlTransaction.setAlpha(mBbqSurfaceControl, 1.0f).apply();
                updateSurface(false, false, true);
            }

            mPreviousWallpaperDimAmount = mWallpaperDimAmount;