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

Commit ed3c7be8 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Report the new size to wallpapers when the requested size changed." into gingerbread

parents 4bf4b491 dcfae5c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -655,7 +655,10 @@ public abstract class WallpaperService extends Service {
            if (!mDestroyed) {
                if (DEBUG) Log.v(TAG, "onDesiredSizeChanged("
                        + desiredWidth + "," + desiredHeight + "): " + this);
                mIWallpaperEngine.mReqWidth = desiredWidth;
                mIWallpaperEngine.mReqHeight = desiredHeight;
                onDesiredSizeChanged(desiredWidth, desiredHeight);
                doOffsetsChanged();
            }
        }