mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
Android: Fix issue with note not saved when created via sharing (#4604)
This commit is contained in:
parent
01a9e49458
commit
ec99511397
@ -556,8 +556,6 @@ async function initialize(dispatch: Function) {
|
||||
folderId: folder.id,
|
||||
});
|
||||
}
|
||||
|
||||
setUpQuickActions(dispatch, folderId);
|
||||
} catch (error) {
|
||||
alert(`Initialization error: ${error.message}`);
|
||||
reg.logger().error('Initialization error:', error);
|
||||
@ -675,6 +673,8 @@ class AppComponent extends React.Component {
|
||||
reg.logger().info('Cannot handle share - default folder id is not set');
|
||||
}
|
||||
}
|
||||
|
||||
setUpQuickActions(this.props.dispatch, this.props.selectedFolderId);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user