Skip to content

Commit

Permalink
Merge pull request #147 from martin-braun/patch-3
Browse files Browse the repository at this point in the history
Fix permanent loading indicator
  • Loading branch information
Terry Kwon authored Sep 8, 2021
2 parents a64933a + 0d73962 commit 4131ad8
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 @@ -166,6 +166,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 4131ad8

Please sign in to comment.