Sfoglia il codice sorgente

Remove commented out code

ashilkn 2 anni fa
parent
commit
a974364aae
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      lib/ui/viewer/file/thumbnail_widget.dart

+ 0 - 5
lib/ui/viewer/file/thumbnail_widget.dart

@@ -170,11 +170,6 @@ class _ThumbnailWidgetState extends State<ThumbnailWidget> {
     }
     final List<Widget> viewChildren = [
       const ThumbnailPlaceHolder(),
-      // AnimatedOpacity(
-      //   opacity: content == null ? 0 : 1.0,
-      //   duration: const Duration(milliseconds: 200),
-      //   child: content,
-      // )
       content ?? const SizedBox(),
     ];
     if (widget.shouldShowSyncStatus && widget.file!.uploadedFileID == null) {