Skip to content

Commit

Permalink
Fixed error while searching (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikhyath08 authored Dec 10, 2020
1 parent 1858edf commit dc6d88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/search_workshop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class SearchBarWidget {
if (value.isEmpty) return;

setState(() {
isSearching.value = false;
isSearching.value = true;

searchPost = BuiltWorkshopSearchByStringPost((b) => b
Expand Down

0 comments on commit dc6d88e

Please sign in to comment.