From 29cb7d2b2f03d72a9f3cb67097cf753cb2e2d6eb Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Wed, 10 Oct 2012 23:29:18 -0700 Subject: Fix size of peripheral items when first opening filmstrip Bug: 7327570 Change-Id: I168a0297e9ac65786dbb05c02228665a67f80dff --- src/com/android/gallery3d/ui/PhotoView.java | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3