1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Styled Dropbox mobile GUI

This commit is contained in:
Laurent Cozic
2018-03-27 17:41:19 +00:00
parent 96fb7c2087
commit 2280fb5c43
3 changed files with 50 additions and 17 deletions

View File

@ -41,7 +41,6 @@ class Shared {
this.comp_.props.dispatch({ type: 'NAV_BACK' });
reg.scheduleSync();
} catch (error) {
console.error(error);
await showErrorMessageBox(_('Could not authorise application:\n\n%s\n\nPlease try again.', error.message));
} finally {
this.comp_.setState({ checkingAuthToken: false });