From 8abd9b401b6f6a576c5545826e85b53e04874862 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 27 Jan 2024 18:12:23 +0000 Subject: [PATCH] Desktop, Mobile: Fixes #9157: Clear "Some items cannot be synchronised" banner after situation is resolved --- packages/app-mobile/root.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/app-mobile/root.tsx b/packages/app-mobile/root.tsx index d931d1ef9..3b911c43e 100644 --- a/packages/app-mobile/root.tsx +++ b/packages/app-mobile/root.tsx @@ -755,8 +755,6 @@ async function initialize(dispatch: Function) { await runOnDeviceFsDriverTests(); } - dispatch({ type: 'SYNC_HAS_DISABLED_SYNC_ITEMS' }); - reg.logger().info('Application initialized'); }