Browse Source

Remove unnecessarily calling preloadFile()

ashilkn 2 years ago
parent
commit
663f23f5b7
1 changed files with 0 additions and 1 deletions
  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()