feat: Optimize note encryption and decryption processes with parallel execution
This commit is contained in:
@@ -150,7 +150,7 @@ class SyncStatusIndicator extends StatelessWidget {
|
||||
_buildStatusBadge(
|
||||
icon: Icons.cloud_download_outlined,
|
||||
color: const Color.fromARGB(255, 154, 194, 112),
|
||||
determinate: false,
|
||||
determinate: true,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user