summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 23:48:52 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-11 00:22:04 -0700
commit039966884a3ff7eae251fb4d92dd08d9710384c4 (patch)
tree627bf2dd540db22ec0c9bf10771e8fe01cc792b7
parent4efd36382462f902e916d89da461ec15eac5fe52 (diff)
downloadandroid_packages_apps_Snap-039966884a3ff7eae251fb4d92dd08d9710384c4.tar.gz
android_packages_apps_Snap-039966884a3ff7eae251fb4d92dd08d9710384c4.tar.bz2
android_packages_apps_Snap-039966884a3ff7eae251fb4d92dd08d9710384c4.zip
Behavior of camera filmstrip in gallery closer to camera
Bug: 7329118 Change-Id: I0a5753db301cc53050251455439555aa7ae414c4
-rw-r--r--src/com/android/gallery3d/app/PhotoPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/app/PhotoPage.java b/src/com/android/gallery3d/app/PhotoPage.java
index 792ac0c64..dd5274517 100644
--- a/src/com/android/gallery3d/app/PhotoPage.java
+++ b/src/com/android/gallery3d/app/PhotoPage.java
@@ -467,7 +467,7 @@ public class PhotoPage extends ActivityState implements
int oldIndex = mCurrentIndex;
mCurrentIndex = index;
- if (mAppBridge != null) {
+ if (mInCameraRoll) {
if (mCurrentIndex > 0) {
mSkipUpdateCurrentPhoto = false;
}