summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-13 15:52:31 -0800
committerJohn Hoford <hoford@google.com>2013-02-13 17:38:32 -0800
commit498d78073c24f25055a2dc4943cdd0a42f85702c (patch)
tree7b771875ad41e351d94487d3d9c7ffc767f3c1af /src/com/android/gallery3d/filtershow/editors
parent147af26e86b7fa8f2d195651e3786c0102346702 (diff)
downloadandroid_packages_apps_Snap-498d78073c24f25055a2dc4943cdd0a42f85702c.tar.gz
android_packages_apps_Snap-498d78073c24f25055a2dc4943cdd0a42f85702c.tar.bz2
android_packages_apps_Snap-498d78073c24f25055a2dc4943cdd0a42f85702c.zip
get redeye working again
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorRedEye.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorRedEye.java b/src/com/android/gallery3d/filtershow/editors/EditorRedEye.java
index 271f16535..c37102b37 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorRedEye.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorRedEye.java
@@ -51,10 +51,10 @@ public class EditorRedEye extends Editor {
@Override
public void reflectCurrentFilter() {
super.reflectCurrentFilter();
-
FilterRepresentation rep = getLocalRepresentation();
if (rep != null && getLocalRepresentation() instanceof FilterRedEyeRepresentation) {
FilterRedEyeRepresentation redEyeRep = (FilterRedEyeRepresentation) rep;
+
mImageRedEyes.setRepresentation(redEyeRep);
}
}