Skip to content
Snippets Groups Projects
Commit 78b73005 authored by Abhijit Trivedi's avatar Abhijit Trivedi Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SnapdragonCamera: Remove the Video Flash option" into camera-SnapdragonCamera.lnx.2.0

parents f90ca192 bb9db3f2
No related branches found
No related tags found
No related merge requests found
......@@ -762,6 +762,10 @@ public class SettingsManager implements ListMenu.SettingsListener {
removePreference(mPreferenceGroup, KEY_VIDEO_FLASH_MODE);
mFilteredKeys.add(flashMode.getKey());
}
// Front Camera does not support video
if (mCameraId == CaptureModule.FRONT_ID) {
removePreference(mPreferenceGroup, KEY_VIDEO_FLASH_MODE);
}
}
if (bsgc != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment