mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Mobile: fix items shared to android not saved (#4607)
This commit is contained in:
parent
7eb9305448
commit
c4fe38e632
@ -98,9 +98,9 @@ class NotesScreenComponent extends BaseScreenComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async componentDidMount() {
|
async componentDidMount() {
|
||||||
|
BackButtonService.addHandler(this.backHandler);
|
||||||
await this.refreshNotes();
|
await this.refreshNotes();
|
||||||
AppState.addEventListener('change', this.onAppStateChange_);
|
AppState.addEventListener('change', this.onAppStateChange_);
|
||||||
BackButtonService.addHandler(this.backHandler);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async componentWillUnmount() {
|
async componentWillUnmount() {
|
||||||
|
Loading…
Reference in New Issue
Block a user