summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/CaptureUI.java
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2018-06-27 16:24:47 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-28 00:02:33 -0700
commiteb2cfffc1ccddfd2bbc87a4516320d1f941daf66 (patch)
tree7c68e3c700433eedbd8e37bc150b03753f1f8f1d /src/com/android/camera/CaptureUI.java
parentf77535628448dc8722a6686438de9fc026b8d9cd (diff)
downloadandroid_packages_apps_Snap-eb2cfffc1ccddfd2bbc87a4516320d1f941daf66.tar.gz
android_packages_apps_Snap-eb2cfffc1ccddfd2bbc87a4516320d1f941daf66.tar.bz2
android_packages_apps_Snap-eb2cfffc1ccddfd2bbc87a4516320d1f941daf66.zip
SnapdragonCamera:Fix CTS issue
Change the id of the review done button to match the requirement of CTS test Change-Id: I93859d78fa64a7fe9baad72019932e99833fb268 CRs-Fixed: 2226102
Diffstat (limited to 'src/com/android/camera/CaptureUI.java')
-rwxr-xr-xsrc/com/android/camera/CaptureUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureUI.java b/src/com/android/camera/CaptureUI.java
index 0edc4606e..ccb45e12d 100755
--- a/src/com/android/camera/CaptureUI.java
+++ b/src/com/android/camera/CaptureUI.java
@@ -469,7 +469,7 @@ public class CaptureUI implements FocusOverlayManager.FocusUI,
mCameraControls.setVideoMode(false);
mCancelButton.setVisibility(View.VISIBLE);
mReviewCancelButton = mRootView.findViewById(R.id.preview_btn_cancel);
- mReviewDoneButton = mRootView.findViewById(R.id.preview_btn_done);
+ mReviewDoneButton = mRootView.findViewById(R.id.done_button);
mReviewRetakeButton = mRootView.findViewById(R.id.preview_btn_retake);
mReviewPlayButton = mRootView.findViewById(R.id.preview_play);
mPreviewLayout = (FrameLayout)mRootView.findViewById(R.id.preview_of_intent);