Skip to content

Commit

Permalink
Merge pull request #136 from TechnionTDK/fix/remove-code
Browse files Browse the repository at this point in the history
remove code
  • Loading branch information
Tzahi-Levi authored May 17, 2022
2 parents 33bac68 + b6bd4dc commit 4a23ef6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/controllers/store_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class StoreController extends GetxController {

void updateRadius(String newRadius) {
radius.value = newRadius;
radius.refresh();
update();
GoogleAnalytics.instance.logRadiusChanged();
}
Expand Down Expand Up @@ -113,7 +112,6 @@ class StoreController extends GetxController {
}

placesCollection.value = PlacesPageCollection.fromJson(placeJson, placeFilters.value);
placesCollection.refresh();
update();

if (reportToGA) {
Expand Down

0 comments on commit 4a23ef6

Please sign in to comment.