|
|
@ -218,8 +218,7 @@ class _ChatDetailsState extends State<ChatDetails> {
|
|
|
|
backgroundColor: Theme.of(context).appBarTheme.color,
|
|
|
|
backgroundColor: Theme.of(context).appBarTheme.color,
|
|
|
|
flexibleSpace: FlexibleSpaceBar(
|
|
|
|
flexibleSpace: FlexibleSpaceBar(
|
|
|
|
background: ContentBanner(widget.room.avatar,
|
|
|
|
background: ContentBanner(widget.room.avatar,
|
|
|
|
onEdit: widget.room.canSendEvent('m.room.avatar') &&
|
|
|
|
onEdit: widget.room.canSendEvent('m.room.avatar')
|
|
|
|
!kIsWeb
|
|
|
|
|
|
|
|
? () => setAvatarAction(context)
|
|
|
|
? () => setAvatarAction(context)
|
|
|
|
: null),
|
|
|
|
: null),
|
|
|
|
),
|
|
|
|
),
|
|
|
|