Commit 3c036e61 by Rizal Hermawan

when editing complete, does not close the search

parent adf010cd
...@@ -268,9 +268,6 @@ class _AnimSearchBarState extends State<AnimSearchBar> ...@@ -268,9 +268,6 @@ class _AnimSearchBarState extends State<AnimSearchBar>
onEditingComplete: () { onEditingComplete: () {
/// on editing complete the keyboard will be closed and the search bar will be closed /// on editing complete the keyboard will be closed and the search bar will be closed
unfocusKeyboard(); unfocusKeyboard();
setState(() {
toggle = 0;
});
}, },
///style is of type TextStyle, the default is just a color black ///style is of type TextStyle, the default is just a color black
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment