1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Fixed note order in RN

This commit is contained in:
Laurent Cozic
2017-07-15 19:13:31 +01:00
parent 62c9a66c47
commit 93791f1e46
6 changed files with 56 additions and 3 deletions

View File

@@ -69,6 +69,25 @@ class FolderScreenComponent extends BaseScreenComponent {
}
render() {
// const renderActionButton = () => {
// let buttons = [];
// buttons.push({
// title: _('Save'),
// icon: 'md-checkmark',
// onPress: () => {
// this.saveFolderButton_press();
// return false;
// },
// });
// if (this.state.mode == 'edit' && !this.isModified()) return <ActionButton style={{display:'none'}}/>;
// let toggled = this.state.mode == 'edit';
// return <ActionButton isToggle={true} buttons={buttons} toggled={toggled} />
// }
return (
<View style={this.styles().screen}>
<ScreenHeader navState={this.props.navigation.state} />