1
0
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:
2021-03-17 17:40:25 +01:00
parent 160a3e1f27
commit 1ba7784324
3 changed files with 96 additions and 0 deletions

View File

@ -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(