You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Mobile: Removed now unneeded Welcome screen
This commit is contained in:
@ -134,7 +134,8 @@ class NotesScreenComponent extends BaseScreenComponent {
|
||||
Folder.delete(folderId).then(() => {
|
||||
this.props.dispatch({
|
||||
type: 'NAV_GO',
|
||||
routeName: 'Welcome',
|
||||
routeName: 'Notes',
|
||||
smartFilterId: 'c3176726992c11e9ac940492261af972',
|
||||
});
|
||||
}).catch((error) => {
|
||||
alert(error.message);
|
||||
|
Reference in New Issue
Block a user