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

Mobile: Fixes #299: App freezes when connecting to OneDrive login page while internet connection is down

This commit is contained in:
Laurent Cozic
2018-03-14 23:17:02 +00:00
parent 26331f61e1
commit 9e0bf1acb2
20 changed files with 5 additions and 65 deletions

View File

@ -7,7 +7,6 @@
// So there's basically still a one way flux: React => SQLite => Redux => React
const { AppRegistry } = require('react-native');
const { Log } = require('lib/log.js');
const { Root } = require('./root.js');
function main() {