Chat Delivered&Seen Event Added.

merge-requests/41/head
Aamir Muhammad 3 years ago
parent f0d2c78f83
commit 77a56759dc

@ -218,7 +218,7 @@ class _SearchEmployeeBottomSheetState extends State<SearchEmployeeBottomSheet> {
),
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);

Loading…
Cancel
Save