Skip to content

Commit 912b2e1

Browse files
committed
refactor: drop redundant filteredData listener in network controls
The network search field is now always enabled and no longer reads controller.filteredData in build, so this listener only forced needless rebuilds of the controls row on every filter change.
1 parent 063ec1d commit 912b2e1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/devtools_app/lib/src/screens/network/network_screen.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ class _NetworkProfilerControlsState extends State<_NetworkProfilerControls>
194194
_recording = controller.recordingNotifier.value;
195195
});
196196
});
197-
198-
addAutoDisposeListener(controller.filteredData);
199197
}
200198

201199
@override

0 commit comments

Comments
 (0)