mirror of
https://github.com/FossifyOrg/Camera.git
synced 2026-06-13 02:26:40 -04:00
remove the Focus before capture feature
This commit is contained in:
@@ -38,14 +38,6 @@ public class Config {
|
||||
mPrefs.edit().putBoolean(Constants.USE_DCIM, useDCIM).apply();
|
||||
}
|
||||
|
||||
public boolean getFocusBeforeCaptureEnabled() {
|
||||
return mPrefs.getBoolean(Constants.FOCUS_BEFORE_CAPTURE, false);
|
||||
}
|
||||
|
||||
public void setFocusBeforeCaptureEnabled(boolean enabled) {
|
||||
mPrefs.edit().putBoolean(Constants.FOCUS_BEFORE_CAPTURE, enabled).apply();
|
||||
}
|
||||
|
||||
public boolean getForceRatioEnabled() {
|
||||
return mPrefs.getBoolean(Constants.FORCE_RATIO, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user