File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -493,9 +493,9 @@ class AddTaskBottomSheet extends StatelessWidget {
493493 // storageWidget = StorageWidget.of(context);
494494 var storageWidget = Get .find <HomeController >();
495495 if (value) {
496- storageWidget.synchronize (context, true );
496+ storageWidget.refreshReplicaTasks ( );
497497 }
498- await storageWidget.refreshReplicaTasks ();
498+ await storageWidget.refreshReplicaTaskList ();
499499 } on FormatException catch (e) {
500500 ScaffoldMessenger .of (context).showSnackBar (SnackBar (
501501 content: Text (
Original file line number Diff line number Diff line change @@ -92,4 +92,9 @@ class TaskForC {
9292 : < Map <String , dynamic >> [],
9393 };
9494 }
95+
96+ @override
97+ String toString () {
98+ return "TaskForC(${toJson ().toString ()})" ;
99+ }
95100}
You can’t perform that action at this time.
0 commit comments