1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop, Mobile: Fixes #9157: Clear "Some items cannot be synchronised" banner after situation is resolved

This commit is contained in:
Laurent Cozic 2024-01-27 18:12:23 +00:00
parent 1c5a79c353
commit 8abd9b401b

View File

@ -755,8 +755,6 @@ async function initialize(dispatch: Function) {
await runOnDeviceFsDriverTests(); await runOnDeviceFsDriverTests();
} }
dispatch({ type: 'SYNC_HAS_DISABLED_SYNC_ITEMS' });
reg.logger().info('Application initialized'); reg.logger().info('Application initialized');
} }