🐛 Fix publisher account name shows wrong

This commit is contained in:
2025-11-18 01:31:15 +08:00
parent 94adecafbb
commit fa208b44d7

View File

@@ -226,7 +226,7 @@ class AccountName extends StatelessWidget {
children: [
Flexible(
child: Text(
account.nick,
textOverride ?? account.nick,
style: nameStyle,
maxLines: 1,
overflow: TextOverflow.ellipsis,