summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-11-09 20:20:58 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-09 20:20:58 -0800
commitbba9566c7d74e80a53548853114a7512fb3d416f (patch)
tree1758a64e16e5ba92bf49bcafaacc221a0415f799 /src/com
parent8ca8539d7992521ec9f32947017cd34e7cc1f2f4 (diff)
parent685dd4346de0801b66a329b87c184c54096dc5b7 (diff)
downloadLegacyCamera-bba9566c7d74e80a53548853114a7512fb3d416f.zip
LegacyCamera-bba9566c7d74e80a53548853114a7512fb3d416f.tar.gz
LegacyCamera-bba9566c7d74e80a53548853114a7512fb3d416f.tar.bz2
Merge "Reset mCurrentVideoUri to null before starting recording." into ics-mr1
Diffstat (limited to 'src/com')
-rwxr-xr-xsrc/com/android/camera/VideoCamera.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index 75cba44..fad9094 100755
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -1540,6 +1540,7 @@ public class VideoCamera extends ActivityBase
return;
}
+ mCurrentVideoUri = null;
if (effectsActive()) {
initializeEffectsRecording();
if (mEffectsRecorder == null) {