commit | 3ed6ae23e43be73c83b6be3dcaafe7400a7b3355 | [log] [tgz] |
---|---|---|
author | Bobby Georgescu <georgescu@google.com> | Wed Oct 10 23:29:18 2012 -0700 |
committer | Bobby Georgescu <georgescu@google.com> | Wed Oct 10 23:29:18 2012 -0700 |
tree | da75544b9dd2a5f7823505c7a45258aef47ba3dc | |
parent | c735669fdbd1aec674412f43e64b956e8c10b643 [diff] |
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