version bump

This commit is contained in:
Salvatore Giordano
2020-05-13 16:54:23 +02:00
parent a1a3cb177d
commit 2de3cc2b69
8 changed files with 188 additions and 47 deletions
+4 -9
View File
@@ -74,15 +74,10 @@ class ImageAttachment extends StatelessWidget {
),
),
if (attachment.title != null)
Positioned.fill(
child: Align(
alignment: Alignment.bottomCenter,
child: Material(
child: AttachmentTitle(
messageTheme: messageTheme,
attachment: attachment,
),
),
Material(
child: AttachmentTitle(
messageTheme: messageTheme,
attachment: attachment,
),
),
],