mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add relogin flow after user session expired.
This commit is contained in:
@@ -79,7 +79,7 @@ const SimpleList = ({
|
||||
}, [listData, deviceMode, loading]);
|
||||
|
||||
const _onRefresh = async () => {
|
||||
await Sync.run('local');
|
||||
await Sync.run();
|
||||
if (refreshCallback) {
|
||||
refreshCallback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user