fix analyze

This commit is contained in:
Salvatore Giordano
2021-02-17 09:19:26 +01:00
parent beb54babb5
commit 29447d1440
3 changed files with 1 additions and 5 deletions
@@ -142,10 +142,6 @@ class _ImageFooterState extends State<ImageFooter> {
}
void _showPhotosModal(context) {
var videoAttachments = widget.mediaAttachments
.where((element) => element.type == 'video')
.toList();
showModalBottomSheet(
context: context,
barrierColor: StreamChatTheme.of(context).colorTheme.overlay,