chore: Follow up design changes

pull/474/head
krille-chan 2 years ago
parent c74242118b
commit b27af74918
No known key found for this signature in database

@ -21,6 +21,7 @@ class ChatAppBarTitle extends StatelessWidget {
}
final directChatMatrixID = room.directChatMatrixID;
return InkWell(
hoverColor: Colors.transparent,
splashColor: Colors.transparent,
highlightColor: Colors.transparent,
onTap: directChatMatrixID != null

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

Loading…
Cancel
Save