FPII-373:revert the change according to the comment

Change-Id: I9ef8c6002aa5479410f90b7bc9442bae660ad5f8
diff --git a/src/com/android/camera/PhotoModule.java b/src/com/android/camera/PhotoModule.java
index 0f32513..b4b5ee7 100644
--- a/src/com/android/camera/PhotoModule.java
+++ b/src/com/android/camera/PhotoModule.java
@@ -471,7 +471,6 @@
 
     private void initializeControlByIntent() {
         if (mIsImageCaptureIntent) {
-            mUI.hideIntentReviewImageView();
             mActivity.getCameraAppUI().transitionToIntentCaptureLayout();
             setupCaptureParams();
         }