summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@quicinc.com>2020-03-23 23:44:04 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-03-23 23:44:04 -0700
commitab5ca091cf38c2fe96bcfdc4acbf83128a354184 (patch)
tree4c363e5270552a1aa20417ffc945a706a53b22a2 /src/com/android/camera/CaptureModule.java
parentcfe30a8ef4458a32b707bab02fd9de40a883f9dd (diff)
parent5e02cd956c84d42b21c9fda2bd060b72896af020 (diff)
Merge "SnapdragonCamera: Set mIsPreviewingVideo true when LOW STORAGE" into camera-SnapdragonCamera.lnx.3.1
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index bcceebe8b..3a07a0356 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -5521,6 +5521,7 @@ public class CaptureModule implements CameraModule, PhotoController,
Log.w(TAG, "Storage issue, ignore the start request");
mStartRecPending = false;
mIsRecordingVideo = false;
+ mIsPreviewingVideo = true;
Toast.makeText(mActivity,R.string.storage_not_enough,Toast.LENGTH_SHORT).show();
return false;
}