1
0
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:
Laurent Cozic
2019-06-29 00:24:00 +01:00
parent 2955914ca5
commit 6fea7116b6
3 changed files with 10 additions and 78 deletions

View File

@ -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);