1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Mobile: Fixes #10593: Fix plugin list not cached in config screen (#10599)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Henry Heino
2024-06-18 02:02:42 -07:00
committed by GitHub
parent d9dadf28cb
commit c972ce223e
3 changed files with 12 additions and 2 deletions

View File

@ -35,7 +35,7 @@ const useRepoApi = ({ reloadRepoCounter, setRepoApiError, onRepoApiLoaded }: Pro
setRepoApiError(null);
try {
await repoApi.initialize();
await repoApi.reinitialize();
} catch (error) {
logger.error(error);
setRepoApiError(error);