From a5379767033000b716205c052e28feb64a43fe98 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:30:50 -0500 Subject: [PATCH] chore: calculate times closed out of IT based on all message in session (#4991) --- lib/pangea/choreographer/choreographer.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pangea/choreographer/choreographer.dart b/lib/pangea/choreographer/choreographer.dart index 35f6c9dc7..35041b38c 100644 --- a/lib/pangea/choreographer/choreographer.dart +++ b/lib/pangea/choreographer/choreographer.dart @@ -107,7 +107,6 @@ class Choreographer extends ChangeNotifier { void clear() { _lastChecked = null; _timesClicked = 0; - _timesClosedIT.value = 0; _isFetching.value = false; _choreoRecord = null; itController.closeIT();