summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/editors
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-05-29 11:18:31 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-05-29 13:26:23 -0700
commitc58d6414da1cc38f07f0512f4debf92e8c738ca0 (patch)
tree9e608f64f7f6232d2d46457dd6ce3c00b6c2d4c2 /src/com/android/gallery3d/filtershow/editors
parent45849dc5f3bd76ab28452898d68e524792252dc8 (diff)
downloadandroid_packages_apps_Snap-c58d6414da1cc38f07f0512f4debf92e8c738ca0.tar.gz
android_packages_apps_Snap-c58d6414da1cc38f07f0512f4debf92e8c738ca0.tar.bz2
android_packages_apps_Snap-c58d6414da1cc38f07f0512f4debf92e8c738ca0.zip
Cleaning up ImageShow.
Bug: 9170644 Change-Id: Iab44ec425462e9afe8c104c52e4a28c4145d4690
Diffstat (limited to 'src/com/android/gallery3d/filtershow/editors')
-rw-r--r--src/com/android/gallery3d/filtershow/editors/Editor.java3
-rw-r--r--src/com/android/gallery3d/filtershow/editors/EditorPanel.java1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/gallery3d/filtershow/editors/Editor.java b/src/com/android/gallery3d/filtershow/editors/Editor.java
index 02bbcde4d..5d9755c8b 100644
--- a/src/com/android/gallery3d/filtershow/editors/Editor.java
+++ b/src/com/android/gallery3d/filtershow/editors/Editor.java
@@ -290,8 +290,5 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis
}
public void detach() {
- if (mImageShow != null) {
- mImageShow.unselect();
- }
}
}
diff --git a/src/com/android/gallery3d/filtershow/editors/EditorPanel.java b/src/com/android/gallery3d/filtershow/editors/EditorPanel.java
index e35bc8fb3..d06f30fe8 100644
--- a/src/com/android/gallery3d/filtershow/editors/EditorPanel.java
+++ b/src/com/android/gallery3d/filtershow/editors/EditorPanel.java
@@ -102,7 +102,6 @@ public class EditorPanel extends Fragment {
mEditor = activity.getEditor(mEditorID);
if (mEditor != null) {
mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState);
- mEditor.getImageShow().select();
mEditor.reflectCurrentFilter();
if (mEditor.useUtilityPanel()) {
mEditor.openUtilityPanel((LinearLayout) actionControl);