Forráskód Böngészése

Remove unusde code

Neeraj Gupta 2 éve
szülő
commit
f15a36bf29
1 módosított fájl, 0 hozzáadás és 8 törlés
  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(