summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-05-23 08:53:55 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-23 08:53:55 -0700
commit7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd (patch)
treee2257a427566e3b167660b0c6e31aee4dc4d73bc /src/com/android
parent3d4fbf40115389ed33487db2059048163c9afd1a (diff)
parenta7a6a3a5efaf62cdd5d562a9141678671952d27d (diff)
downloadandroid_packages_apps_Gallery2-7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd.tar.gz
android_packages_apps_Gallery2-7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd.tar.bz2
android_packages_apps_Gallery2-7b3d8d85e8602c0f6b43a13b3b0b1deccb8600cd.zip
am a7a6a3a5: Fix issues with Local
* commit 'a7a6a3a5efaf62cdd5d562a9141678671952d27d': Fix issues with Local
Diffstat (limited to 'src/com/android')
-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;
}