Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

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 fysoul17#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.