summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-11 10:17:40 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-11 10:17:41 -0700
commit44ee4e0a23c2b15c9377b190e27a8243c221a921 (patch)
tree2b91d4c9b7d922ccd1a8e4f66214e62f1e741bac
parentfa1df1cdba23fa7bbc2c2d9203f6f9c300e3ef30 (diff)
parent29cb7d2b2f03d72a9f3cb67097cf753cb2e2d6eb (diff)
downloadandroid_packages_apps_Snap-44ee4e0a23c2b15c9377b190e27a8243c221a921.tar.gz
android_packages_apps_Snap-44ee4e0a23c2b15c9377b190e27a8243c221a921.tar.bz2
android_packages_apps_Snap-44ee4e0a23c2b15c9377b190e27a8243c221a921.zip
Merge "Fix size of peripheral items when first opening filmstrip" into gb-ub-photos-arches
-rw-r--r--src/com/android/gallery3d/ui/PhotoView.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/ui/PhotoView.java b/src/com/android/gallery3d/ui/PhotoView.java
index 214d0e017..5978159e4 100644
--- a/src/com/android/gallery3d/ui/PhotoView.java
+++ b/src/com/android/gallery3d/ui/PhotoView.java
@@ -1318,6 +1318,7 @@ public class PhotoView extends GLView {
public void resume() {
mTileView.prepareTextures();
+ mPositionController.skipToFinalPosition();
}
// move to the camera preview and show controls after resume