summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-10-10 23:29:18 -0700
committerBobby Georgescu <georgescu@google.com>2012-10-10 23:29:18 -0700
commit29cb7d2b2f03d72a9f3cb67097cf753cb2e2d6eb (patch)
treeab8049b3abec78037a7f113e1d88411a5ddb99a7
parent96442bc44c18160583867ad464509c74644a927a (diff)
downloadandroid_packages_apps_Snap-29cb7d2b2f03d72a9f3cb67097cf753cb2e2d6eb.tar.gz
android_packages_apps_Snap-29cb7d2b2f03d72a9f3cb67097cf753cb2e2d6eb.tar.bz2
android_packages_apps_Snap-29cb7d2b2f03d72a9f3cb67097cf753cb2e2d6eb.zip
Fix size of peripheral items when first opening filmstrip
Bug: 7327570 Change-Id: I168a0297e9ac65786dbb05c02228665a67f80dff
-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