add relogin flow after user session expired.

This commit is contained in:
ammarahm-ed
2021-05-25 22:14:06 +05:00
parent fde5938b67
commit c5debd3e94
11 changed files with 214 additions and 44 deletions

View File

@@ -79,7 +79,7 @@ const SimpleList = ({
}, [listData, deviceMode, loading]);
const _onRefresh = async () => {
await Sync.run('local');
await Sync.run();
if (refreshCallback) {
refreshCallback();
}