[Channel List Header] Hide online status from user avatar

This commit is contained in:
xsahil03x
2020-11-24 12:44:34 +05:30
parent d68c02066e
commit f61d42bf3a
+1
View File
@@ -80,6 +80,7 @@ class ChannelListHeader extends StatelessWidget implements PreferredSizeWidget {
leading: Center(
child: UserAvatar(
user: user,
showOnlineStatus: false,
onTap: onUserAvatarTap ?? (_) => Scaffold.of(context).openDrawer(),
borderRadius: BorderRadius.circular(20),
constraints: BoxConstraints.tightFor(