am 25acac7c: am aa07fd63: am 6f372bb7: am 5fa148a1: am 5bfab60f: Fix NPE in Live Wallpaper loader

* commit '25acac7c4469000a3f53f74b92c0b1575ecf7da2':
  Fix NPE in Live Wallpaper loader
This commit is contained in:
Michael Jurka
2014-02-14 21:01:23 +00:00
committed by Android Git Automerger
@@ -190,7 +190,9 @@ public class LiveWallpaperListAdapter extends BaseAdapter implements ListAdapter
LiveWallpaperListAdapter.this.notifyDataSetChanged();
break;
}
info.mThumbnail.setDither(true);
if (info.mThumbnail != null) {
info.mThumbnail.setDither(true);
}
if (mWallpaperPosition < mWallpapers.size()) {
mWallpapers.set(mWallpaperPosition, info);
} else {