[Channel List Header] Hide online status from user avatar
This commit is contained in:
@@ -80,6 +80,7 @@ class ChannelListHeader extends StatelessWidget implements PreferredSizeWidget {
|
|||||||
leading: Center(
|
leading: Center(
|
||||||
child: UserAvatar(
|
child: UserAvatar(
|
||||||
user: user,
|
user: user,
|
||||||
|
showOnlineStatus: false,
|
||||||
onTap: onUserAvatarTap ?? (_) => Scaffold.of(context).openDrawer(),
|
onTap: onUserAvatarTap ?? (_) => Scaffold.of(context).openDrawer(),
|
||||||
borderRadius: BorderRadius.circular(20),
|
borderRadius: BorderRadius.circular(20),
|
||||||
constraints: BoxConstraints.tightFor(
|
constraints: BoxConstraints.tightFor(
|
||||||
|
|||||||
Reference in New Issue
Block a user