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

am: 15c1e47e26

Change-Id: I7362cd3c6e351814ca090db5a6082fa09b31dd32
This commit is contained in:
Santiago Etchebehere
2018-06-28 13:18:09 -07:00
committed by android-build-merger

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 "