瀏覽代碼

Remove unusde code

Neeraj Gupta 2 年之前
父節點
當前提交
f15a36bf29
共有 1 個文件被更改,包括 0 次插入8 次删除
  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
   @override
   Widget build(BuildContext context) {
   Widget build(BuildContext context) {
-    // if (file.fileType == FileType.image) {
-    //   return ZoomableImage(
-    //     file,
-    //     shouldDisableScroll: shouldDisableScroll,
-    //     tagPrefix: tagPrefix,
-    //     backgroundDecoration: backgroundDecoration,
-    //   );
-    // }
     if (file.fileType == FileType.livePhoto ||
     if (file.fileType == FileType.livePhoto ||
         file.fileType == FileType.image) {
         file.fileType == FileType.image) {
       return ZoomableLiveImage(
       return ZoomableLiveImage(