Fix size of peripheral items when first opening filmstrip

Bug: 7327570
Change-Id: I168a0297e9ac65786dbb05c02228665a67f80dff
diff --git a/src/com/android/gallery3d/ui/PhotoView.java b/src/com/android/gallery3d/ui/PhotoView.java
index 214d0e0..5978159 100644
--- a/src/com/android/gallery3d/ui/PhotoView.java
+++ b/src/com/android/gallery3d/ui/PhotoView.java
@@ -1318,6 +1318,7 @@
 
     public void resume() {
         mTileView.prepareTextures();
+        mPositionController.skipToFinalPosition();
     }
 
     // move to the camera preview and show controls after resume