Explorar el Código

Remove unnecessarily calling preloadFile()

ashilkn hace 2 años
padre
commit
663f23f5b7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/ui/viewer/file/detail_page.dart

+ 0 - 1
lib/ui/viewer/file/detail_page.dart

@@ -190,7 +190,6 @@ class _DetailPageState extends State<DetailPage> {
       onPageChanged: (index) {
         _selectedIndexNotifier.value = index;
         _preloadEntries();
-        // _preloadFiles(index);
       },
       physics: _shouldDisableScroll
           ? const NeverScrollableScrollPhysics()