24
1
Fork 0

Fix #1110 Sync the file list on android.

This commit is contained in:
Donovan Preston 2019-02-07 21:41:32 -05:00 committed by Danny Coates
parent 16224b3c02
commit 66f52b8c41
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ function body(main) {
window.finishLogin = async function(accountInfo) {
await state.user.finishLogin(accountInfo);
emitter.emit('render');
await state.user.syncFileList();
emitter.emit('replaceState', '/');
};
// for debugging