summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor/actions/NegativeAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/photoeditor/actions/NegativeAction.java')
-rw-r--r--src/com/android/gallery3d/photoeditor/actions/NegativeAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/photoeditor/actions/NegativeAction.java b/src/com/android/gallery3d/photoeditor/actions/NegativeAction.java
index f7de8718b..889315495 100644
--- a/src/com/android/gallery3d/photoeditor/actions/NegativeAction.java
+++ b/src/com/android/gallery3d/photoeditor/actions/NegativeAction.java
@@ -33,6 +33,6 @@ public class NegativeAction extends EffectAction {
@Override
public void prepare() {
notifyChanged(new NegativeFilter());
- notifyDone();
+ notifyOk();
}
}