fix: Minor user status bugs
This commit is contained in:
parent
9de3a2c7a2
commit
2e02e48bd3
3 changed files with 58 additions and 54 deletions
|
|
@ -81,6 +81,7 @@ class StatusView extends StatelessWidget {
|
|||
backgroundColor: displayname.color,
|
||||
extendBody: true,
|
||||
appBar: AppBar(
|
||||
titleSpacing: 0.0,
|
||||
brightness: Brightness.dark,
|
||||
leading: IconButton(
|
||||
icon: Icon(
|
||||
|
|
@ -100,6 +101,7 @@ class StatusView extends StatelessWidget {
|
|||
),
|
||||
subtitle: Text(
|
||||
status?.userId ?? Matrix.of(context).client.userID,
|
||||
maxLines: 1,
|
||||
style: TextStyle(color: Colors.white),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue