summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-01-18 08:59:35 -0800
committerJohn Hoford <hoford@google.com>2013-01-18 15:53:52 -0800
commit0cd4c8706f242f7a5d625e5b88509fc646859807 (patch)
tree83d08b8c5330037cae2fd358cc48bce33076a4c6 /src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
parent6c95a5c97615593181365d8f320e733eb2df54e0 (diff)
downloadandroid_packages_apps_Snap-0cd4c8706f242f7a5d625e5b88509fc646859807.tar.gz
android_packages_apps_Snap-0cd4c8706f242f7a5d625e5b88509fc646859807.tar.bz2
android_packages_apps_Snap-0cd4c8706f242f7a5d625e5b88509fc646859807.zip
refactor the filter/editor relationship
Change-Id: I1f9a735166c28c65734fbb85201774fb6f664076
Diffstat (limited to 'src/com/android/gallery3d/filtershow/imageshow/MasterImage.java')
-rw-r--r--src/com/android/gallery3d/filtershow/imageshow/MasterImage.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java b/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
index 5dc7b172d..98bef52c7 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
@@ -181,12 +181,10 @@ public class MasterImage {
return;
}
- // FIXME getImageForPreset caller
Bitmap bitmap = mLoader.getImageForPreset(null, mPreset, true);
if (bitmap != null) {
mFilteredImage = bitmap;
- notifyObservers();
}
updatePresets(false);
if (mGeometryOnlyPreset != null) {