Fix login issue
This commit is contained in:
parent
1583d50805
commit
125c78d9d2
3 changed files with 5 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ class MentionOverlay extends ConsumerWidget {
|
|||
title: Text(room.title),
|
||||
subtitle: room.roomData.topic.isEmpty
|
||||
? null
|
||||
: Text(room.roomData.topic),
|
||||
: Text(room.roomData.topic, maxLines: 1),
|
||||
onTap: () => addTag(
|
||||
id: "[#${room.roomData.getLocalizedDisplayname()}](https://matrix.to/#/${room.roomData.id})",
|
||||
name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue