Merge "Force redraw after wallpaper is loaded" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
15c1e47e26
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user