mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Fix #1110 Sync the file list on android.
This commit is contained in:
committed by
Danny Coates
parent
16224b3c02
commit
66f52b8c41
@@ -91,7 +91,8 @@ function body(main) {
|
|||||||
|
|
||||||
window.finishLogin = async function(accountInfo) {
|
window.finishLogin = async function(accountInfo) {
|
||||||
await state.user.finishLogin(accountInfo);
|
await state.user.finishLogin(accountInfo);
|
||||||
emitter.emit('render');
|
await state.user.syncFileList();
|
||||||
|
emitter.emit('replaceState', '/');
|
||||||
};
|
};
|
||||||
|
|
||||||
// for debugging
|
// for debugging
|
||||||
|
|||||||
Reference in New Issue
Block a user