delete likes in liked screen

This commit is contained in:
amirrezaghabeli
2025-09-03 15:15:37 +03:30
parent e8ed6ae42f
commit 777d9c3e70
8 changed files with 158 additions and 93 deletions
+3 -1
View File
@@ -152,7 +152,9 @@ class MobileHomePage extends StatelessWidget {
textColor: AppColors.grey80,
enableTap: true,
onTap: () {
LikedTendersRouteData().push(context);
LikedTendersRouteData().push(context).then((value) {
homeViewModel.init();
});
},
),
],