Skip to content

Commit

Permalink
Fix permanent loading indicator
Browse files Browse the repository at this point in the history
Fix permanent loading indicator when using search bar on iOS. Fixes #124.
  • Loading branch information
Martin Braun authored Sep 8, 2021
1 parent d79c3a3 commit 0d73962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/google_map_place_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class GoogleMapPlacePicker extends StatelessWidget {
if (provider.isAutoCompleteSearching) {
provider.isAutoCompleteSearching = false;
provider.pinState = PinState.Idle;
provider.placeSearchingState = SearchingState.Idle;
return;
}

Expand Down

0 comments on commit 0d73962

Please sign in to comment.