diff --git a/src/App.js b/src/App.js index 13f2393..052aa2c 100644 --- a/src/App.js +++ b/src/App.js @@ -494,13 +494,11 @@ function App() { }); } } + finishSyncProgress(); } catch (err) { console.warn('Konnte Session nicht wiederherstellen:', err); - } finally { - if (ticker) { - clearInterval(ticker); - } finishSyncProgress(); + } finally { setInitializing(false); } })(); @@ -842,7 +840,16 @@ function App() { return ( <>