You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Various RN changes
This commit is contained in:
@ -283,10 +283,7 @@ async function initialize(dispatch, backButtonHandler) {
|
||||
type: 'APPLICATION_LOADING_DONE',
|
||||
});
|
||||
|
||||
if (initialFolders.length) {
|
||||
const selectedFolder = await Folder.defaultFolder();
|
||||
if (selectedFolder) NotesScreenUtils.openNoteList(selectedFolder.id);
|
||||
}
|
||||
await NotesScreenUtils.openDefaultNoteList();
|
||||
} catch (error) {
|
||||
reg.logger().error('Initialization error:', error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user