Browse Source

Remove unusde code

Neeraj Gupta 2 năm trước cách đây
mục cha
commit
f15a36bf29
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      lib/ui/viewer/file/file_widget.dart

+ 0 - 8
lib/ui/viewer/file/file_widget.dart

@@ -25,14 +25,6 @@ class FileWidget extends StatelessWidget {
 
   @override
   Widget build(BuildContext context) {
-    // if (file.fileType == FileType.image) {
-    //   return ZoomableImage(
-    //     file,
-    //     shouldDisableScroll: shouldDisableScroll,
-    //     tagPrefix: tagPrefix,
-    //     backgroundDecoration: backgroundDecoration,
-    //   );
-    // }
     if (file.fileType == FileType.livePhoto ||
         file.fileType == FileType.image) {
       return ZoomableLiveImage(