OSDN Git Service

Merge "fix showing wrong image post save" into gb-ub-photos-carlsbad
authorJohn Hoford <hoford@google.com>
Sat, 12 Oct 2013 00:02:42 +0000 (00:02 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Sat, 12 Oct 2013 00:02:43 +0000 (00:02 +0000)
src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java

index 7b8f1b3..4322ed7 100644 (file)
@@ -388,7 +388,7 @@ public class ImagePreset {
                 if (current.getFilterType() == FilterRepresentation.TYPE_FX) {
                     mFilters.remove(i);
                     replaced = true;
-                    if (!isNoneBorderFilter(representation)) {
+                    if (!isNoneFxFilter(representation)) {
                         mFilters.add(i, representation);
                     }
                     break;