chore: disable sync indicator (#5479)

This commit is contained in:
Lucas.Xu 2024-06-05 21:36:44 +08:00 committed by GitHub
parent 383e06ff2d
commit d73e388d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 35 deletions

View file

@ -139,10 +139,6 @@ class _DocumentPageState extends State<DocumentPage>
return Column(
children: [
// Only show the indicator in integration test mode
// if (FlowyRunner.currentMode.isIntegrationTest)
// const DocumentSyncIndicator(),
if (state.isDeleted) _buildBanner(context),
Expanded(child: child),
],