chore: Display username in userbottomsheet

pull/524/head
krille-chan 2 years ago
parent 83d5d3ec58
commit 56c7c72f92
No known key found for this signature in database

@ -30,6 +30,7 @@ class UserBottomSheetView extends StatelessWidget {
leading: CloseButton(
onPressed: Navigator.of(context, rootNavigator: false).pop,
),
title: Text(displayname.trim().split(' ').first),
actions: [
if (userId != client.userID &&
!client.ignoredUsers.contains(userId))

Loading…
Cancel
Save