chore: Display username in userbottomsheet
This commit is contained in:
parent
83d5d3ec58
commit
56c7c72f92
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class UserBottomSheetView extends StatelessWidget {
|
||||||
leading: CloseButton(
|
leading: CloseButton(
|
||||||
onPressed: Navigator.of(context, rootNavigator: false).pop,
|
onPressed: Navigator.of(context, rootNavigator: false).pop,
|
||||||
),
|
),
|
||||||
|
title: Text(displayname.trim().split(' ').first),
|
||||||
actions: [
|
actions: [
|
||||||
if (userId != client.userID &&
|
if (userId != client.userID &&
|
||||||
!client.ignoredUsers.contains(userId))
|
!client.ignoredUsers.contains(userId))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue