From b6bd4dc38d8c42d167204168364fa38c4bc40ce1 Mon Sep 17 00:00:00 2001 From: Raz Levi Date: Tue, 17 May 2022 18:25:20 +0300 Subject: [PATCH] remove code --- lib/controllers/store_controller.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/controllers/store_controller.dart b/lib/controllers/store_controller.dart index fe5fd51..cd29382 100644 --- a/lib/controllers/store_controller.dart +++ b/lib/controllers/store_controller.dart @@ -57,7 +57,6 @@ class StoreController extends GetxController { void updateRadius(String newRadius) { radius.value = newRadius; - radius.refresh(); update(); GoogleAnalytics.instance.logRadiusChanged(); } @@ -113,7 +112,6 @@ class StoreController extends GetxController { } placesCollection.value = PlacesPageCollection.fromJson(placeJson, placeFilters.value); - placesCollection.refresh(); update(); if (reportToGA) {