OSDN Git Service

Fix display of spinner and SQL exception for view intent
authorBobby Georgescu <georgescu@google.com>
Sat, 6 Oct 2012 08:06:43 +0000 (01:06 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Sat, 6 Oct 2012 19:09:47 +0000 (12:09 -0700)
commit3eb0a21071f7acae42077d11773f872ffd9628d3
treeb2f6cb5b580c9e67a38111692653d2dfe4eca3c1
parent82da69ff867e4e19f0adb970933a42eb65d973ed
Fix display of spinner and SQL exception for view intent

Bug: 7288544
Bug: 7219163
Remove the query for photo DISPLAY_NAME in view intent
since it is no longer used, and hide the spinner when
launching PhotoPage via this intent.

Change-Id: Id41ff3d623e7fd2e708b1042782333b48e8ba4a7
src/com/android/gallery3d/app/Gallery.java
src/com/android/gallery3d/app/PhotoPage.java