mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
chore: disable sync indicator (#5479)
This commit is contained in:
parent
383e06ff2d
commit
d73e388d01
6 changed files with 4 additions and 35 deletions
|
@ -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),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue