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