am 45b21308: am d88149e6: am 315c853b: Merge "Make my dreams pretty Bug #7353771" into jb-mr1-dev
* commit '45b21308b1f996c0176154b001085eacfcc444fb':
Make my dreams pretty Bug #7353771
diff --git a/src/com/android/dreams/phototable/PhotoTable.java b/src/com/android/dreams/phototable/PhotoTable.java
index 49941cd..ddf2f58 100644
--- a/src/com/android/dreams/phototable/PhotoTable.java
+++ b/src/com/android/dreams/phototable/PhotoTable.java
@@ -259,6 +259,7 @@
if (table.mOptions.outWidth <= 0 || table.mOptions.outHeight <= 0) {
photo = null;
} else {
+ decodedPhoto.setHasMipMap(true);
layers[0] = new BitmapDrawable(table.mResources, decodedPhoto);
layers[1] = table.mResources.getDrawable(R.drawable.frame);
LayerDrawable layerList = new LayerDrawable(layers);