commit | 752acebf2391df6b8e8d1ab0c5251d562f191284 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Jun 09 07:19:01 2022 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Jun 09 07:19:01 2022 +0000 |
tree | 9112b066bad626d74f2b9879ac8247ec9fdd7e06 | |
parent | ec93f9deff4ccb136df3796125107b5cdbd4653b [diff] | |
parent | 683bdac642bc8e7322c71aede4c8880301f8da86 [diff] |
Snap for 8701348 from 683bdac642bc8e7322c71aede4c8880301f8da86 to mainline-ipsec-release Change-Id: Ieda560d2c387b4f78c59a5ad7506bd9e2c1d562f
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java index 17d9fe7..abbae52 100644 --- a/src/com/android/camera/VideoModule.java +++ b/src/com/android/camera/VideoModule.java
@@ -1508,7 +1508,8 @@ if (mIsVideoCaptureIntent) { // if no file save is needed, we can show the post capture UI now showCaptureResult(); - } else { + } + if (mVideoFileDescriptor != null) { saveVideo(); } }