From a1bdcf1af2c39a0d8b0d0fb8f32ea43a70aed17f Mon Sep 17 00:00:00 2001 From: Mark Wei Date: Thu, 25 Oct 2012 14:12:23 -0700 Subject: Fix for panorama icon not always showing up in photo viewer. Bug: 7392422 Change-Id: Ifff054c86366eb0b495a06ead9e0dc60123e90c4 --- photoviewer/src/com/android/ex/photo/PhotoViewActivity.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'photoviewer/src/com/android/ex/photo/PhotoViewActivity.java') diff --git a/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java b/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java index 5231ca1..2a24e1f 100644 --- a/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java +++ b/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java @@ -532,4 +532,7 @@ public class PhotoViewActivity extends Activity implements postActionBarHideRunnableWithDelay(); } } + + public void onNewPhotoLoaded() { + } } -- cgit v1.2.3