This commit is contained in:
Deven Joshi
2020-11-30 20:30:32 +05:30
parent 058ecc9a0d
commit 37ad5d72be
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -82,7 +82,6 @@ class _FullScreenMediaState extends State<FullScreenMedia>
});
},
itemBuilder: (context, position) {
print(widget.mediaAttachments[position].type);
if (widget.mediaAttachments[position].type == 'image' ||
widget.mediaAttachments[position].type == 'giphy') {
return PhotoView(