|
|
@ -98,11 +98,14 @@ class ChatDetailsView extends StatelessWidget {
|
|
|
|
Avatar.defaultSize * 2.5,
|
|
|
|
Avatar.defaultSize * 2.5,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
child: Avatar(
|
|
|
|
child: Hero(
|
|
|
|
mxContent: room.avatar,
|
|
|
|
tag: 'content_banner',
|
|
|
|
name: displayname,
|
|
|
|
child: Avatar(
|
|
|
|
size: Avatar.defaultSize * 2.5,
|
|
|
|
mxContent: room.avatar,
|
|
|
|
fontSize: 18 * 2.5,
|
|
|
|
name: displayname,
|
|
|
|
|
|
|
|
size: Avatar.defaultSize * 2.5,
|
|
|
|
|
|
|
|
fontSize: 18 * 2.5,
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
if (room.canChangeStateEvent(
|
|
|
|
if (room.canChangeStateEvent(
|
|
|
@ -212,7 +215,7 @@ class ChatDetailsView extends StatelessWidget {
|
|
|
|
padding: const EdgeInsets.symmetric(
|
|
|
|
padding: const EdgeInsets.symmetric(
|
|
|
|
horizontal: 16.0,
|
|
|
|
horizontal: 16.0,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
child: Linkify(
|
|
|
|
child: SelectableLinkify(
|
|
|
|
text: room.topic.isEmpty
|
|
|
|
text: room.topic.isEmpty
|
|
|
|
? L10n.of(context)!.noGroupDescriptionYet
|
|
|
|
? L10n.of(context)!.noGroupDescriptionYet
|
|
|
|
: room.topic,
|
|
|
|
: room.topic,
|
|
|
|