chore: Follow up fix app bar

onboarding
Christian Pauly 3 years ago
parent 49b7e271c9
commit e8761ff637

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

Loading…
Cancel
Save