Upgrade Cwtch, Minor Formatting, Fix StopFileShare #716

Merged
sarah merged 4 commits from stable-blockers into trunk 2023-09-06 21:25:16 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit a0a00b1ade - Show all commits

View File

@ -51,7 +51,9 @@ class _FileSharingViewState extends State<FileSharingView> {
semanticChildCount: sharedFiles.length,
itemBuilder: (context, index) {
String filekey = sharedFiles[index]["FileKey"];
//EnvironmentConfig.debugLog("$sharedFiles " + sharedFiles[index].toString());
// This makes the UI *very* slow when enabled. But can be useful for debugging
// Uncomment if necessary.
// EnvironmentConfig.debugLog("$sharedFiles " + sharedFiles[index].toString());
return SwitchListTile(
title: Text(sharedFiles[index]["Path"]),
subtitle: Text(sharedFiles[index]["DateShared"]),