Merge "Force redraw after wallpaper is loaded" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-06-28 20:01:36 +00:00
committed by Android (Google) Code Review

View File

@@ -290,7 +290,7 @@ public class ImageWallpaper extends WallpaperService {
|| dh != mLastSurfaceHeight;
boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation
|| mSurfaceRedrawNeeded;
|| mSurfaceRedrawNeeded || mNeedsDrawAfterLoadingWallpaper;
if (!redrawNeeded && !mOffsetsChanged) {
if (DEBUG) {
Log.d(TAG, "Suppressed drawFrame since redraw is not needed "