From 039966884a3ff7eae251fb4d92dd08d9710384c4 Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Wed, 10 Oct 2012 23:48:52 -0700 Subject: Behavior of camera filmstrip in gallery closer to camera Bug: 7329118 Change-Id: I0a5753db301cc53050251455439555aa7ae414c4 --- src/com/android/gallery3d/app/PhotoPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3