Don't call onSurfaceChanged() if nothing interesting has changed.

This commit is contained in:
Dianne Hackborn
2009-08-18 18:29:09 -07:00
parent 7b6771a97b
commit cbf1504824
2 changed files with 17 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ import com.android.internal.util.FastXmlSerializer;
class WallpaperManagerService extends IWallpaperManager.Stub {
static final String TAG = "WallpaperService";
static final boolean DEBUG = true;
static final boolean DEBUG = false;
Object mLock = new Object();