Change last seen text to last online

This commit is contained in:
xsahil03x
2020-11-20 18:11:57 +05:30
parent 409d95d86a
commit 2908cd66c5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -939,7 +939,7 @@ class _GroupChatDetailsScreenState extends State<GroupChatDetailsScreen> {
key: ObjectKey(user),
user: user,
selected: true,
showLastSeen: false,
showLastOnline: false,
);
},
),