diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-30 16:22:40 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-30 16:22:40 -0800 |
| commit | ae583b87e043ee72e227b96e2be712974279aba6 (patch) | |
| tree | fcedf4f6fa9d33f40e480647adb4dbba68af3dc6 /src/com/android/camera/CaptureModule.java | |
| parent | 507e33ea0bdd483bc520aba7ce8e70f5cc09bd8d (diff) | |
| parent | 61fcbe0db3b88036592673bd5bc83aef68058696 (diff) | |
Merge "SnapdragonCamera:Fix photo reversed when enable selfie Mirror" into camera.lnx.1.0-dev.1.0
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rw-r--r--[-rwxr-xr-x] | src/com/android/camera/CaptureModule.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java index ab0854eea..9bf0f6ebe 100755..100644 --- a/src/com/android/camera/CaptureModule.java +++ b/src/com/android/camera/CaptureModule.java @@ -1232,7 +1232,8 @@ public class CaptureModule implements CameraModule, PhotoController, mJpegImageData = data; } - public void showCapturedReview(final byte[] jpegData, int orientation, boolean mirror) { + public void showCapturedReview(final byte[] jpegData, final int orientation, + final boolean mirror) { mActivity.runOnUiThread(new Runnable() { @Override public void run() { |
