From 77a56759dc3c4f6f1b484f1ecc442f78603d2637 Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Tue, 1 Nov 2022 15:03:38 +0300 Subject: [PATCH] Chat Delivered&Seen Event Added. --- lib/widgets/bottom_sheets/search_employee_bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/bottom_sheets/search_employee_bottom_sheet.dart b/lib/widgets/bottom_sheets/search_employee_bottom_sheet.dart index 1904a48..16942c5 100644 --- a/lib/widgets/bottom_sheets/search_employee_bottom_sheet.dart +++ b/lib/widgets/bottom_sheets/search_employee_bottom_sheet.dart @@ -218,7 +218,7 @@ class _SearchEmployeeBottomSheetState extends State { ), title: (chatUsersList![index].userName ?? "").toText14(color: MyColors.darkTextColor), // subtitle: (chatUsersList![index].isTyping == true ? "Something is Typing" : "Last message text").toText11(color: MyColors.normalTextColor), - trailing: ("Today").toText10(color: MyColors.lightTextColor), + // trailing: ("Today").toText10(color: MyColors.lightTextColor), minVerticalPadding: 0, onTap: () { Navigator.pop(context);