version bump

This commit is contained in:
Salvatore Giordano
2020-05-18 10:55:27 +02:00
parent 890f729668
commit 18aeb0eba3
12 changed files with 94 additions and 81 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ class ImageAttachment extends StatelessWidget {
children: <Widget>[
Expanded(
child: Hero(
tag:
'${message.id} - ${attachment.imageUrl ?? attachment.assetUrl ?? attachment.thumbUrl}',
tag: getAttachmentHeroTag(message, attachment),
child: GestureDetector(
onTap: () {
Navigator.push(context, MaterialPageRoute(builder: (_) {