fix: Removed bubble for giphy

This commit is contained in:
Deven Joshi
2020-11-04 17:48:31 +05:30
parent 756e8d6555
commit 312e172278
2 changed files with 18 additions and 14 deletions
+1 -8
View File
@@ -308,15 +308,8 @@ class GiphyAttachment extends StatelessWidget {
),
],
),
Text(
Jiffy(message.createdAt.toLocal()).format(' HH:mm'),
style: TextStyle(
fontSize: 12.0,
color: Colors.black.withOpacity(0.5),
),
)
],
mainAxisAlignment: MainAxisAlignment.spaceBetween,
mainAxisAlignment: MainAxisAlignment.start,
),
)
],