mirror of
https://github.com/standardnotes/mobile.git
synced 2026-05-19 03:54:30 -04:00
Update pinned icon
This commit is contained in:
@@ -34,7 +34,7 @@ export default class SortSection extends Component {
|
||||
<TableSection>
|
||||
<SectionHeader title={this.props.title} />
|
||||
<SectionedAccessoryTableCell
|
||||
iconName={nameForIcon("flag")}
|
||||
iconName={nameForIcon("bookmark")}
|
||||
onPress={() => {this.onPress(pinEvent)}}
|
||||
first={true} text={pinAction}
|
||||
leftAlignIcon={true}
|
||||
|
||||
@@ -168,7 +168,7 @@ export default class NoteCell extends React.PureComponent {
|
||||
|
||||
{note.pinned &&
|
||||
<View style={this.styles.pinnedView}>
|
||||
<Icon name={"ios-flag"} size={14} color={GlobalStyles.constants().mainTintColor} />
|
||||
<Icon name={"ios-bookmark"} size={14} color={GlobalStyles.constants().mainTintColor} />
|
||||
<Text style={this.styles.pinnedText}>Pinned</Text>
|
||||
</View>
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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" &&
|
||||
|
||||
Reference in New Issue
Block a user