mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
try disabling Focus before capture by default
This commit is contained in:
@ -9,7 +9,7 @@ const val RATIO_TOLERANCE = 0.1f
|
||||
const val SAVE_PHOTOS = "save_photos"
|
||||
const val SHOW_PREVIEW = "show_preview"
|
||||
const val SOUND = "sound"
|
||||
const val FOCUS_BEFORE_CAPTURE = "focus_before_capture"
|
||||
const val FOCUS_BEFORE_CAPTURE = "focus_before_capture_2"
|
||||
const val VOLUME_BUTTONS_AS_SHUTTER = "volume_buttons_as_shutter"
|
||||
const val TURN_FLASH_OFF_AT_STARTUP = "turn_flash_off_at_startup"
|
||||
const val FLIP_PHOTOS = "flip_photos"
|
||||
|
Reference in New Issue
Block a user