Merge "Force redraw after wallpaper is loaded" into pi-dev
am: 15c1e47e26
Change-Id: I7362cd3c6e351814ca090db5a6082fa09b31dd32
This commit is contained in:
@@ -290,7 +290,7 @@ public class ImageWallpaper extends WallpaperService {
|
|||||||
|| dh != mLastSurfaceHeight;
|
|| dh != mLastSurfaceHeight;
|
||||||
|
|
||||||
boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation
|
boolean redrawNeeded = surfaceDimensionsChanged || newRotation != mLastRotation
|
||||||
|| mSurfaceRedrawNeeded;
|
|| mSurfaceRedrawNeeded || mNeedsDrawAfterLoadingWallpaper;
|
||||||
if (!redrawNeeded && !mOffsetsChanged) {
|
if (!redrawNeeded && !mOffsetsChanged) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
Log.d(TAG, "Suppressed drawFrame since redraw is not needed "
|
Log.d(TAG, "Suppressed drawFrame since redraw is not needed "
|
||||||
|
|||||||
Reference in New Issue
Block a user