From aef384c77c316afd4e99946a3cf38c25e200544b Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Wed, 10 Oct 2012 13:42:55 -0700 Subject: Fix missing camera thumbnail in filmstrip Bug: 7319894 Change-Id: Id1cf4f4bf718853aec73c0765732ac59e448c5d6 --- src/com/android/gallery3d/app/AlbumPage.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/android/gallery3d/app/AlbumPage.java b/src/com/android/gallery3d/app/AlbumPage.java index 9cc56cc50..c956bc969 100644 --- a/src/com/android/gallery3d/app/AlbumPage.java +++ b/src/com/android/gallery3d/app/AlbumPage.java @@ -299,6 +299,7 @@ public class AlbumPage extends ActivityState implements GalleryActionBar.Cluster PhotoPage.MSG_ALBUMPAGE_STARTED); data.putBoolean(PhotoPage.KEY_START_IN_FILMSTRIP, startInFilmstrip); + data.putBoolean(PhotoPage.KEY_IN_CAMERA_ROLL, mMediaSet.isCameraRoll()); mActivity.getStateManager().startStateForResult( PhotoPage.class, REQUEST_PHOTO, data); } -- cgit v1.2.3