summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/gallery3d/filtershow/cache/ImageLoader.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/cache/ImageLoader.java b/src/com/android/gallery3d/filtershow/cache/ImageLoader.java
index eeba4da41..049c4a201 100644
--- a/src/com/android/gallery3d/filtershow/cache/ImageLoader.java
+++ b/src/com/android/gallery3d/filtershow/cache/ImageLoader.java
@@ -360,6 +360,7 @@ public class ImageLoader {
mFullOriginalBitmap = BitmapFactory.decodeStream(is, null, options);
// TODO: on <3.x we need a copy of the bitmap (inMutable doesn't
// exist)
+ mFullOriginalBitmap = rotateToPortrait(mFullOriginalBitmap,mOrientation);
mSaveCopy = mFullOriginalBitmap;
preset.setIsHighQuality(true);
preset.setScaleFactor(1.0f);