From 0a8b1c2281235aac654f6c228eb7058c77b867d7 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Wed, 16 Oct 2024 15:10:21 +0300 Subject: [PATCH] fixed Things before QA --- .../dashboard/fragments/home_fragment.dart | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/views/dashboard/fragments/home_fragment.dart b/lib/views/dashboard/fragments/home_fragment.dart index 459d40f..4a0505c 100644 --- a/lib/views/dashboard/fragments/home_fragment.dart +++ b/lib/views/dashboard/fragments/home_fragment.dart @@ -31,24 +31,24 @@ class HomeFragment extends StatelessWidget { leadingWidth: 100, onTap: () => navigateWithName(context, AppRoutes.settingOptionsLanguages), actions: [ - IconButton( - onPressed: () => context.read().onRefresh(context), - icon: const b.Badge( - badgeContent: Text( - '3', - style: TextStyle( - fontSize: 10, - color: Colors.white, - ), - ), - badgeStyle: b.BadgeStyle( - badgeColor: MyColors.primaryColor, - padding: EdgeInsets.all(5), - ), - child: Icon(Icons.notifications_active), - ), - ), - 10.width, + // IconButton( + // onPressed: () {}, + // icon: const b.Badge( + // badgeContent: Text( + // '3', + // style: TextStyle( + // fontSize: 10, + // color: Colors.white, + // ), + // ), + // badgeStyle: b.BadgeStyle( + // badgeColor: MyColors.primaryColor, + // padding: EdgeInsets.all(5), + // ), + // child: Icon(Icons.notifications_active), + // ), + // ), + // 10.width, ], ), body: SizedBox(