mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Improve messages appearance
This commit is contained in:
@ -36,8 +36,11 @@ class _ConversationFileWidgetState extends State<ConversationFileWidget> {
|
||||
@override
|
||||
Widget build(BuildContext context) => Stack(
|
||||
children: [
|
||||
!file.hasThumbnail
|
||||
? Container()
|
||||
!file.hasThumbnail ||
|
||||
file.fileType == ConversationMessageFileType.IMAGE
|
||||
? Container(
|
||||
width: 0,
|
||||
)
|
||||
: Opacity(
|
||||
opacity: 0.8,
|
||||
child: CachedNetworkImage(
|
||||
|
Reference in New Issue
Block a user