Skip to content

Commit 979c2c8

Browse files
committed
Modfiy: 改造业内资讯页面
1 parent 6daca18 commit 979c2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/first_page/search_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class _SearchBarPageState extends State<SearchBarPage> {
130130
void dispose() {
131131
print('dispose');
132132
suggestion.dispatch(SuggestionClearFetch());
133-
controller.dispose();
133+
//controller.dispose();
134134
super.dispose();
135135
}
136136

0 commit comments

Comments
 (0)