Merge "Fix for panorama icon not always showing up in photo viewer"

Merge CL: https://googleplex-android-review.googlesource.com/#/c/246161

Change-Id: I4273ebb6a55ce958defb67d87e35a41fa8f040d8
diff --git a/src/com/android/mail/photo/MailPhotoViewActivity.java b/src/com/android/mail/photo/MailPhotoViewActivity.java
index 4ca5563..0f057f7 100644
--- a/src/com/android/mail/photo/MailPhotoViewActivity.java
+++ b/src/com/android/mail/photo/MailPhotoViewActivity.java
@@ -323,6 +323,12 @@
         mActionHandler.shareAttachments(uris);
     }
 
+    @Override
+    public void onNewPhotoLoaded() {
+        // Don't call the super class, as the default implementation calls setViewActivated()
+        // and we don't want to do that
+    }
+
     /**
      * Helper method to get the currently visible attachment.
      * @return