mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-27 04:03:30 +00:00
Start to create about page
This commit is contained in:
@ -32,6 +32,8 @@ class UserPageHeader extends StatelessWidget {
|
||||
child: AccountImageWidget(user: user),
|
||||
),
|
||||
Expanded(flex: 1, child: Text(" ${user.displayName}")),
|
||||
|
||||
// Private conversation
|
||||
user.id == userID()
|
||||
? Container()
|
||||
: IconButton(
|
||||
|
Reference in New Issue
Block a user