diff --git a/app/views/ScreenLockConfigView.js b/app/views/ScreenLockConfigView.js index 14b495db27..a0a9c22e25 100644 --- a/app/views/ScreenLockConfigView.js +++ b/app/views/ScreenLockConfigView.js @@ -28,7 +28,7 @@ const styles = StyleSheet.create({ } }); -const DEFAULT_BIOMETRY = true; +const DEFAULT_BIOMETRY = false; class ScreenLockConfigView extends React.Component { static navigationOptions = ({ screenProps }) => ({ @@ -48,7 +48,7 @@ class ScreenLockConfigView extends React.Component { this.state = { autoLock: false, autoLockTime: null, - biometry: true, + biometry: DEFAULT_BIOMETRY, biometryLabel: null }; this.init();