mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-12 22:22:31 +01:00
Fix #1110 Sync the file list on android.
This commit is contained in:
parent
16224b3c02
commit
66f52b8c41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user