You've already forked joplin
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:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user