remove the Focus before capture feature

This commit is contained in:
tibbi
2016-09-20 20:35:03 +02:00
parent 1c113e5472
commit 276c47d4f0
12 changed files with 2 additions and 65 deletions

View File

@@ -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);
}