summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-05-23 08:55:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-23 08:55:43 -0700
commit0d2e0608cce21d4d80d6b0270af71f86b150294f (patch)
tree6295fe924dbd825dd9716b746736ecb3fd5aa915 /src
parentedf16ad654cbebd53ef7be0c585e0f1937340f06 (diff)
parent7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd (diff)
downloadandroid_packages_apps_Gallery2-0d2e0608cce21d4d80d6b0270af71f86b150294f.tar.gz
android_packages_apps_Gallery2-0d2e0608cce21d4d80d6b0270af71f86b150294f.tar.bz2
android_packages_apps_Gallery2-0d2e0608cce21d4d80d6b0270af71f86b150294f.zip
am 7b3d8d85: am a7a6a3a5: Fix issues with Local
* commit '7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd': Fix issues with Local
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/FilterShowActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/FilterShowActivity.java b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
index e5ddbf5da..67ae3b53a 100644
--- a/src/com/android/gallery3d/filtershow/FilterShowActivity.java
+++ b/src/com/android/gallery3d/filtershow/FilterShowActivity.java
@@ -721,6 +721,7 @@ public class FilterShowActivity extends FragmentActivity implements OnItemClickL
int position = adapter.undo();
mMasterImage.onHistoryItemClick(position);
mImageShow.showToast("Undo");
+ backToMain();
invalidateViews();
return true;
}