Skip to content

Commit

Permalink
Update chart_pane_controller.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Apr 25, 2024
1 parent bb82f00 commit 4085f2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class MemoryChartPaneController extends DisposableController
);

if (mode == DevToolsMode.offlineData) {
_paused.value = false;
data.timeline.notifyAboutAllSamples();
recomputeChartData();
print('!!! sent notifyAboutAllSamples and recomputeChartData');
Expand Down

0 comments on commit 4085f2a

Please sign in to comment.