chore: Follow up fix app bar

onboarding
Christian Pauly 4 years ago
parent 49b7e271c9
commit e8761ff637

@ -44,11 +44,14 @@ class ChatAppBarTitle extends StatelessWidget {
size: 32, size: 32,
), ),
const SizedBox(width: 12), const SizedBox(width: 12),
Text( Expanded(
room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)), child: Text(
maxLines: 1, room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)),
style: const TextStyle( maxLines: 1,
fontSize: 16, overflow: TextOverflow.ellipsis,
style: const TextStyle(
fontSize: 16,
),
), ),
), ),
], ],

Loading…
Cancel
Save