From 2804003472736f5a3371bcbdaa3ba9045200cc61 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Sun, 14 Jul 2024 14:40:18 +0300 Subject: [PATCH] Ad Change --- lib/views/advertisement/ads_filter_view.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/views/advertisement/ads_filter_view.dart b/lib/views/advertisement/ads_filter_view.dart index c7cf7a5..8031467 100644 --- a/lib/views/advertisement/ads_filter_view.dart +++ b/lib/views/advertisement/ads_filter_view.dart @@ -132,7 +132,9 @@ class AdsFilterView extends StatelessWidget { child: ShowFillButton( maxHeight: 55, title: "Search", - onPressed: () {}, + onPressed: () { + adVM.getAdsBasedOnFilters(); + }, backgroundColor: MyColors.darkPrimaryColor, txtColor: MyColors.white, fontSize: 18,