Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Livinglist committed Jun 5, 2024
1 parent 7450c41 commit 3f52990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/screens/search/search_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class _SearchScreenState extends State<SearchScreen> with ItemActionMixin {
void dispose() {
refreshController.dispose();
scrollController.dispose();
focusNode.dispose();
focusNode
..unfocus()
..dispose();
textEditingController.dispose();
super.dispose();
}
Expand Down

0 comments on commit 3f52990

Please sign in to comment.