From 9e892f423ba3f07efcf76df74292756322e21ee7 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Fri, 26 Jan 2018 09:48:15 -0600 Subject: [PATCH] Update pinned icon --- src/containers/ManageNote.js | 2 +- src/containers/NoteCell.js | 2 +- src/containers/account/PasscodeSection.js | 4 ++-- src/screens/Compose.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/containers/ManageNote.js b/src/containers/ManageNote.js index 44dbe66a..45f7fa7c 100644 --- a/src/containers/ManageNote.js +++ b/src/containers/ManageNote.js @@ -34,7 +34,7 @@ export default class SortSection extends Component { {this.onPress(pinEvent)}} first={true} text={pinAction} leftAlignIcon={true} diff --git a/src/containers/NoteCell.js b/src/containers/NoteCell.js index c45bec29..1975152f 100644 --- a/src/containers/NoteCell.js +++ b/src/containers/NoteCell.js @@ -168,7 +168,7 @@ export default class NoteCell extends React.PureComponent { {note.pinned && - + Pinned } diff --git a/src/containers/account/PasscodeSection.js b/src/containers/account/PasscodeSection.js index 9a71fe99..e3c55e01 100644 --- a/src/containers/account/PasscodeSection.js +++ b/src/containers/account/PasscodeSection.js @@ -22,11 +22,11 @@ export default class PasscodeSection extends Component { fingerprintAvailable: false || __DEV__, }; - if(!__DEV__) { + // if(!__DEV__) { KeysManager.getDeviceBiometricsAvailability((available, type, noun) => { this.setState({fingerprintAvailable: available, biometricsType: type, biometricsNoun: noun}) }) - } + // } } componentWillUnmount() { diff --git a/src/screens/Compose.js b/src/screens/Compose.js index f9ad80ad..b4d7311f 100644 --- a/src/screens/Compose.js +++ b/src/screens/Compose.js @@ -281,7 +281,7 @@ export default class Compose extends Abstract { underlineColorAndroid={'transparent'} placeholderTextColor={GlobalStyles.constants().mainDimColor} autoCorrect={true} - autoCapitalize={'words'} + autoCapitalize={'sentences'} /> {Platform.OS == "android" &&